0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 16:12:37 +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;
}
a{
color : @captionText;
color : inherit;
text-decoration : unset;
&:hover {
text-decoration :underline;
text-decoration : underline;
}
}
}

View File

@@ -467,7 +467,7 @@ body {
font-family : WalterTurncoat;
}
a{
color : @captionText;
color : inherit;
text-decoration : unset;
&:hover {
text-decoration : underline;