mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 16:12:37 +00:00
Inherit colors
This commit is contained in:
@@ -283,10 +283,10 @@ body {
|
||||
font-family : WalterTurncoat;
|
||||
}
|
||||
a{
|
||||
color : @captionText;
|
||||
color : inherit;
|
||||
text-decoration : unset;
|
||||
&:hover {
|
||||
text-decoration :underline;
|
||||
text-decoration : underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -467,7 +467,7 @@ body {
|
||||
font-family : WalterTurncoat;
|
||||
}
|
||||
a{
|
||||
color : @captionText;
|
||||
color : inherit;
|
||||
text-decoration : unset;
|
||||
&:hover {
|
||||
text-decoration : underline;
|
||||
|
||||
Reference in New Issue
Block a user