0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 07:48:40 +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
committed by David Bolack
parent 033776168e
commit e56ff93db1
+3
View File
@@ -956,6 +956,9 @@
color: inherit;
text-decoration: none;
}
.page .homebreweryCredits a:hover {
text-decoration: underline;
}
.page .homebreweryCredits .homebreweryIcon {
margin: 10px auto;
display: block;