From: adaminato Date: Fri, 30 Nov 2018 18:43:57 +0000 (+0000) Subject: Brighten title. Black was hard to read on the dark background. X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=aff59bc7c9476aae69fd1ca3085e6e1c073ef322;p=tt-rss.git Brighten title. Black was hard to read on the dark background. --- diff --git a/themes/night.css b/themes/night.css index 270a97d7..788d7279 100644 --- a/themes/night.css +++ b/themes/night.css @@ -195,4 +195,7 @@ body.claro.ttrss_main .post .header { border-color : #666; } +body.claro.ttrss_main .hl.Unread div.title a { + color: #bbb; +}