night.css: show unread headlines with brighter text
This commit is contained in:
parent
7c1bc3c5a8
commit
441f8d7044
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue