From aff59bc7c9476aae69fd1ca3085e6e1c073ef322 Mon Sep 17 00:00:00 2001 From: adaminato Date: Fri, 30 Nov 2018 18:43:57 +0000 Subject: [PATCH] Brighten title. Black was hard to read on the dark background. --- themes/night.css | 3 +++ 1 file changed, 3 insertions(+) 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; +} -- 2.39.2