0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 02:02:51 +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 { a {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
} &:hover {
a:hover { text-decoration: underline;
text-decoration: underline; }
} }
.homebreweryIcon { .homebreweryIcon {
margin: 10px auto; margin: 10px auto;