From bc1543851e892bea305061bc6ddfb23be72a0c4d Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Thu, 7 Oct 2021 16:07:55 -0500 Subject: [PATCH] Apply CSS fix for some links that weren't being highlighted --- Shared/Resources/Appanoose.nnwtheme/stylesheet.css | 4 ++-- Shared/Resources/Promenade.nnwtheme/stylesheet.css | 4 ++-- Shared/Resources/Sepia.nnwtheme/stylesheet.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Shared/Resources/Appanoose.nnwtheme/stylesheet.css b/Shared/Resources/Appanoose.nnwtheme/stylesheet.css index 9356c552e..054a66d7f 100644 --- a/Shared/Resources/Appanoose.nnwtheme/stylesheet.css +++ b/Shared/Resources/Appanoose.nnwtheme/stylesheet.css @@ -456,7 +456,7 @@ a.footnote:hover, } } - body a, body a:visited { + body a, body a:visited, body a * { color: var(--secondary-accent-color); } @@ -522,7 +522,7 @@ a.footnote:hover, } } - body a, body a:visited { + body a, body a:visited, body a * { color: var(--accent-color); } diff --git a/Shared/Resources/Promenade.nnwtheme/stylesheet.css b/Shared/Resources/Promenade.nnwtheme/stylesheet.css index c76ec3eb8..8b78fa56d 100644 --- a/Shared/Resources/Promenade.nnwtheme/stylesheet.css +++ b/Shared/Resources/Promenade.nnwtheme/stylesheet.css @@ -588,7 +588,7 @@ a.footnote:hover, } } - body a, body a:visited { + body a, body a:visited, body a * { color: var(--secondary-accent-color); } body .header { @@ -668,7 +668,7 @@ a.footnote:hover, } } - body a, body a:visited { + body a, body a:visited, body a * { color: var(--accent-color); } diff --git a/Shared/Resources/Sepia.nnwtheme/stylesheet.css b/Shared/Resources/Sepia.nnwtheme/stylesheet.css index 229d2b3ed..b7d9a02dc 100644 --- a/Shared/Resources/Sepia.nnwtheme/stylesheet.css +++ b/Shared/Resources/Sepia.nnwtheme/stylesheet.css @@ -46,7 +46,7 @@ a:hover { --block-quote-border-color: rgba(0, 0, 0, 0.3); } -body a, body a:visited { +body a, body a:visited, body a * { color: var(--secondary-accent-color); }