Add underline on hover to link in credit

This commit is contained in:
G.Ambatte
2024-01-15 21:34:24 -06: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;