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