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:
@@ -477,9 +477,9 @@ body {
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
.homebreweryIcon {
|
||||
margin: 10px auto;
|
||||
|
||||
Reference in New Issue
Block a user