From 29b051e2c9e4f4e15e88fa55b3ce31dca6c53ba9 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 2 Nov 2021 05:37:31 -0500 Subject: [PATCH] Increase light mode header contrast and make the external link larger --- Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css b/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css index 5110d5a98..6f372f7be 100644 --- a/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css +++ b/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css @@ -42,12 +42,12 @@ a:hover { :root { --header-table-border-color: rgba(0, 0, 0, 0.1); - --header-color: rgba(0, 0, 0, 0.3); + --header-color: rgba(8, 106, 238, 1); --body-code-color: #666; --system-message-color: #cbcbcb; --feedlink-color: rgba(255, 0, 0, 0.6); --article-title-color: #333; - --article-date-color: rgba(0, 0, 0, 0.3); + --article-date-color: rgba(0, 0, 0, 0.5); --table-cell-border-color: lightgray; } @@ -490,6 +490,10 @@ a.footnote:hover, font-size: 135%; } + body .externalLink { + font-size: 135%; + } + body a, body a:visited { color: var(--accent-color); }