about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-09-15 14:42:28 -0500
committerCase Duckworth2022-09-15 14:42:28 -0500
commitda8103330e7ec902994d72c6b1a3ec5fbad5c9d3 (patch)
treefa52dbb3dc3b3f16e22de9a1f09d1074d695fb02
parentIndentation (diff)
downloadsfeed-da8103330e7ec902994d72c6b1a3ec5fbad5c9d3.tar.gz
sfeed-da8103330e7ec902994d72c6b1a3ec5fbad5c9d3.zip
Change fresh item colors
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css index 8e6c8eb..f99bad3 100644 --- a/style.css +++ b/style.css
@@ -5,6 +5,7 @@
5 --alt-foreground: black; 5 --alt-foreground: black;
6 --fresh-background: inherit; 6 --fresh-background: inherit;
7 --fresh-foreground: inherit; 7 --fresh-foreground: inherit;
8 --fresh-item-foreground: navy;
8 --stale-background: inherit; 9 --stale-background: inherit;
9 --stale-foreground: inherit; 10 --stale-foreground: inherit;
10 --hover-background: yellow; 11 --hover-background: yellow;
@@ -151,6 +152,9 @@ aside li {
151 background: var(--stale-background); 152 background: var(--stale-background);
152 color: var(--stale-foreground); 153 color: var(--stale-foreground);
153} 154}
155.entry.fresh .entry-title {
156 color: var(--fresh-item-foreground);
157}
154 158
155a { 159a {
156 display: block; 160 display: block;
@@ -259,6 +263,7 @@ footer a:link {
259 --alt-foreground: white; 263 --alt-foreground: white;
260 --fresh-background: inherit; 264 --fresh-background: inherit;
261 --fresh-foreground: inherit; 265 --fresh-foreground: inherit;
266 --fresh-item-foreground: magenta;
262 --stale-background: inherit; 267 --stale-background: inherit;
263 --stale-foreground: inherit; 268 --stale-foreground: inherit;
264 --hover-background: inherit; 269 --hover-background: inherit;