0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 10:22:38 +00:00

Inherit colors

This commit is contained in:
Trevor Buckner
2021-08-14 23:38:21 -04:00
parent 28884d6774
commit d853643874
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
} }
} }
} }

View File

@@ -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;