mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 06:22:40 +00:00
Fix a:hover in LESS styling
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user