tao: adapt .pk-button for footer (#74535)

This commit is contained in:
Thomas Jund 2023-02-15 11:44:36 +01:00 committed by Gitea
parent 8c690853e5
commit 67a27717c2
1 changed files with 14 additions and 0 deletions

View File

@ -686,3 +686,17 @@ div.widget div.title {
margin-bottom: .25em;
}
//
// FOOTER
//
#footer .pk-button {
color: $link-color;
border: 2px solid $link-color;
&:hover {
color: white;
}
&:focus {
box-shadow: 0 0 3px 3px white;
}
}