mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 03:22:38 +00:00
Add underline on hover to link in credit
This commit is contained in:
@@ -956,6 +956,9 @@
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.page .homebreweryCredits a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
.page .homebreweryCredits .homebreweryIcon {
|
.page .homebreweryCredits .homebreweryIcon {
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user