summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 07:53:24 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 07:53:24 +0300
commit0ec7b821905cbf68639035d8be2dccd99fca722d (patch)
tree3d4238cbe1bc6d70ce524ead18beed5320e31be8 /themes/night.css
parent9814ac608cbad97cbebc5fdd457df75dab97352d (diff)
fix hlLabelRef unreadable fg color if on selected/active headline row
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index d7b561da7..39febe322 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -475,6 +475,10 @@ body.ttrss_main span.preview {
font-size: 12px;
padding-left: 4px;
}
+body.ttrss_main .hl.Selected .hlLabelRef,
+body.ttrss_main .hl.active .hlLabelRef {
+ color: #063064;
+}
body.ttrss_main span.hlLabelRef {
background-color: #fff7d5;
font-size: 8px;