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

Merged
tjund merged 1 commits from wip/74535-tao-pk-button into main 2023-02-15 15:00:09 +01:00
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;
}
}