diff options
author | Case Duckworth | 2022-07-26 20:05:12 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-26 20:05:12 -0500 |
commit | ec56dc0e41d0ff717f3b366dd7673c53ce37bb83 (patch) | |
tree | 0f7521ff2f9bc4517feb88f89c6cbdf743addf93 | |
parent | Unsubscribe from some feeds (diff) | |
download | sfeed-ec56dc0e41d0ff717f3b366dd7673c53ce37bb83.tar.gz sfeed-ec56dc0e41d0ff717f3b366dd7673c53ce37bb83.zip |
Change --extra-foreground in dark mode
-rw-r--r-- | style.css | 1 |
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 | } |