summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 06:37:25 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 06:37:25 +0300
commit836871a23ce298ea8ce238ac7c4cfc1b41ea7887 (patch)
tree9f9a07d5995fae134d83c0aa46702a6d88f78101 /themes/night.less
parent243a3239ba1a50211de726e124ec53ef880337e2 (diff)
night.css: make headline lightbars a bit more readable (better solution)
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less17
1 files changed, 12 insertions, 5 deletions
diff --git a/themes/night.less b/themes/night.less
index 414581a85..530fdfc67 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -117,13 +117,20 @@ body.flat.ttrss_main {
color : @fg-light;
}
- .hl.active {
- background : darken(@color-accent, 15%) ! important;
- }
-
+ .hl.active,
.hl.Selected,
.cdm.expandable.Selected {
- background : desaturate(darken(@color-accent, 15%), 25%);
+ *:not(.dijitCheckBox) {
+ filter : invert(1);
+ }
+
+ .updated {
+ color : @bg-panel;
+ }
+
+ > .left .dijitCheckBox {
+ filter : invert(1) ! important;
+ }
}
.cdm.expanded.active .title,