From 2bdb03be7ec5a791b342b8c9a4505346cabd3d4b Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 2 Nov 2021 05:50:47 -0500 Subject: [PATCH] Increase datetime contrast on dark mode iOS devices --- Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css b/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css index 6f372f7be..d04576a0a 100644 --- a/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css +++ b/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css @@ -58,7 +58,7 @@ a:hover { --system-message-color: #5f5f5f; --feedlink-color: rgba(94, 158, 244, 1); --article-title-color: #e0e0e0; - --article-date-color: rgba(255, 255, 255, 0.5); + --article-date-color: rgba(255, 255, 255, 0.8); --table-cell-border-color: dimgray; } }