about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-26 20:05:12 -0500
committerCase Duckworth2022-07-26 20:05:12 -0500
commitec56dc0e41d0ff717f3b366dd7673c53ce37bb83 (patch)
tree0f7521ff2f9bc4517feb88f89c6cbdf743addf93
parentUnsubscribe from some feeds (diff)
downloadsfeed-ec56dc0e41d0ff717f3b366dd7673c53ce37bb83.tar.gz
sfeed-ec56dc0e41d0ff717f3b366dd7673c53ce37bb83.zip
Change --extra-foreground in dark mode
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css index 8742221..f89c9d4 100644 --- a/style.css +++ b/style.css
@@ -257,5 +257,6 @@ footer a:link {
257 --hover-foreground: yellow; 257 --hover-foreground: yellow;
258 --active-background: inherit; 258 --active-background: inherit;
259 --active-foreground: cyan; 259 --active-foreground: cyan;
260 --extra-foreground: cyan;
260 } 261 }
261} 262}