diff options
author | Case Duckworth | 2022-09-20 09:49:52 -0500 |
---|---|---|
committer | Case Duckworth | 2022-09-20 09:49:52 -0500 |
commit | 35fa742b2b5b9361c437b28269050069b1898931 (patch) | |
tree | da1af9bf78ce2d1ac29bfed01fa1525785e67c64 | |
parent | Add APOD (diff) | |
download | sfeed-35fa742b2b5b9361c437b28269050069b1898931.tar.gz sfeed-35fa742b2b5b9361c437b28269050069b1898931.zip |
Change dark mode foreground for fresh items
-rw-r--r-- | style.css | 2 |
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; |