From 35fa742b2b5b9361c437b28269050069b1898931 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 20 Sep 2022 09:49:52 -0500 Subject: Change dark mode foreground for fresh items --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f99bad3..8d4bb2c 100644 --- a/style.css +++ b/style.css @@ -263,7 +263,7 @@ footer a:link { --alt-foreground: white; --fresh-background: inherit; --fresh-foreground: inherit; - --fresh-item-foreground: magenta; + --fresh-item-foreground: #aaf; --stale-background: inherit; --stale-foreground: inherit; --hover-background: inherit; -- cgit 1.4.1-21-gabe81