diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index 613d66efa..095d7c568 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -283,10 +283,10 @@ body { font-family : WalterTurncoat; } a{ - color : @captionText; + color : inherit; text-decoration : unset; &:hover { - text-decoration :underline; + text-decoration : underline; } } } diff --git a/themes/5ePhbLegacy.style.less b/themes/5ePhbLegacy.style.less index 17e11260a..d814d4036 100644 --- a/themes/5ePhbLegacy.style.less +++ b/themes/5ePhbLegacy.style.less @@ -467,7 +467,7 @@ body { font-family : WalterTurncoat; } a{ - color : @captionText; + color : inherit; text-decoration : unset; &:hover { text-decoration : underline;