1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

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

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,