summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 12:03:04 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 12:03:04 +0300
commit441f8d70449aab89dfef871ae8ac2fc699378d2d (patch)
tree6fa393709b8f2cefef90dc8471d32be7bc95c5fc /themes
parent7c1bc3c5a827dab3dc7ef0693afde00d13ba36df (diff)
night.css: show unread headlines with brighter text
Diffstat (limited to 'themes')
-rw-r--r--themes/night.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index 59acb5e83..dade45862 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -87,7 +87,7 @@ body.claro.ttrss_index div.cdm.expanded.Unread .header a.title,
body.claro.ttrss_index div.cdm.expandable.Unread a.title,
body.claro.ttrss_index div.cdm.expanded .header a.title,
body.claro.ttrss_index div.cdm.expandable a.title {
- color : var(--fg-main);
+ color : var(--fg-light);
}
body.claro.ttrss_index .cdm.expandable.active .header a.title,