summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradaminato <[email protected]>2018-11-30 18:43:57 +0000
committeradaminato <[email protected]>2018-11-30 18:43:57 +0000
commitaff59bc7c9476aae69fd1ca3085e6e1c073ef322 (patch)
tree098a24c7d4612458f701ce75895d07286638b116
parentc1ee7035e6060ef358fcd08a8404b414ca472bc2 (diff)
Brighten title. Black was hard to read on the dark background.
-rw-r--r--themes/night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index 270a97d78..788d72797 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;
+}