mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 09:42:43 +00:00
Inherit colors
This commit is contained in:
@@ -283,7 +283,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;
|
||||||
|
|||||||
@@ -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