summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less12
1 files changed, 9 insertions, 3 deletions
diff --git a/themes/night.less b/themes/night.less
index 6bea67353..98ec99eec 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -28,6 +28,10 @@ body.flat.ttrss_main.ttrss_prefs {
body.flat.ttrss_main {
color : @fg-main;
+ a:hover {
+ color : lighten(@color-link, 20%);
+ }
+
#main, #overlay {
color : @fg-main;
background: @bg-main;
@@ -137,9 +141,11 @@ body.flat.ttrss_main {
color : @fg-main;
}
- i.material-icons,
- .dijitCheckBox {
- opacity : 0.7;
+ .left {
+ i.material-icons,
+ .dijitCheckBox {
+ opacity: 0.7;
+ }
}
}