0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 06:32:39 +00:00

Add underline on hover to link in credit

This commit is contained in:
G.Ambatte
2023-10-01 19:58:57 +13:00
parent 90917bb84c
commit 1e9b71080b

View File

@@ -1063,6 +1063,9 @@ body { counter-reset : phb-page-numbers; }
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;