night.css: show unread headlines with brighter text

This commit is contained in:
Andrew Dolgov 2018-12-04 12:03:04 +03:00
parent 7c1bc3c5a8
commit 441f8d7044
1 changed files with 1 additions and 1 deletions

View File

@ -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,