0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 06:52:41 +00:00

Fix a:hover in LESS styling

This commit is contained in:
G.Ambatte
2023-10-01 21:10:08 +13:00
parent 3628ca837a
commit a420f202d8

View File

@@ -477,9 +477,9 @@ body {
a {
color: inherit;
text-decoration: none;
}
a:hover {
text-decoration: underline;
&:hover {
text-decoration: underline;
}
}
.homebreweryIcon {
margin: 10px auto;