about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-09-20 09:49:52 -0500
committerCase Duckworth2022-09-20 09:49:52 -0500
commit35fa742b2b5b9361c437b28269050069b1898931 (patch)
treeda1af9bf78ce2d1ac29bfed01fa1525785e67c64
parentAdd APOD (diff)
downloadsfeed-35fa742b2b5b9361c437b28269050069b1898931.tar.gz
sfeed-35fa742b2b5b9361c437b28269050069b1898931.zip
Change dark mode foreground for fresh items
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
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 {
263 --alt-foreground: white; 263 --alt-foreground: white;
264 --fresh-background: inherit; 264 --fresh-background: inherit;
265 --fresh-foreground: inherit; 265 --fresh-foreground: inherit;
266 --fresh-item-foreground: magenta; 266 --fresh-item-foreground: #aaf;
267 --stale-background: inherit; 267 --stale-background: inherit;
268 --stale-foreground: inherit; 268 --stale-foreground: inherit;
269 --hover-background: inherit; 269 --hover-background: inherit;