From 246d80a8597f1c981478e38ef83fe0e44fed3509 Mon Sep 17 00:00:00 2001 From: Nate Weaver Date: Tue, 5 Oct 2021 15:08:41 -0500 Subject: [PATCH] Make sure elements inside use the link color --- Shared/Article Rendering/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }