From da8103330e7ec902994d72c6b1a3ec5fbad5c9d3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 15 Sep 2022 14:42:28 -0500 Subject: Change fresh item colors --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 8e6c8eb..f99bad3 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ --alt-foreground: black; --fresh-background: inherit; --fresh-foreground: inherit; + --fresh-item-foreground: navy; --stale-background: inherit; --stale-foreground: inherit; --hover-background: yellow; @@ -151,6 +152,9 @@ aside li { background: var(--stale-background); color: var(--stale-foreground); } +.entry.fresh .entry-title { + color: var(--fresh-item-foreground); +} a { display: block; @@ -259,6 +263,7 @@ footer a:link { --alt-foreground: white; --fresh-background: inherit; --fresh-foreground: inherit; + --fresh-item-foreground: magenta; --stale-background: inherit; --stale-foreground: inherit; --hover-background: inherit; -- cgit 1.4.1-21-gabe81