tao: adapt .pk-button for footer (#74535)
gitea/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Thomas Jund 2023-02-15 11:44:36 +01:00
parent 1d3b3d05e1
commit 19ba6b1a68
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;
}
}