diff --git a/Shared/Article Rendering/stylesheet.css b/Shared/Article Rendering/stylesheet.css index b678c31eb..1b50b7bea 100644 --- a/Shared/Article Rendering/stylesheet.css +++ b/Shared/Article Rendering/stylesheet.css @@ -401,7 +401,7 @@ a.footnote:hover, } } - body a, body a:visited { + body a, body a:visited, body a * { color: var(--secondary-accent-color); } @@ -470,7 +470,7 @@ a.footnote:hover, } } - body a, body a:visited { + body a, body a:visited, body a * { color: var(--accent-color); }