summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-08 10:06:03 +0300
committerAndrew Dolgov <[email protected]>2018-12-08 10:06:03 +0300
commit987ffa8476cc3ac4b276e382774af9d6d930970c (patch)
tree268d1f69c102ae00f148c16c17d8e382e507b6c8 /themes/night.less
parent41bf063e465866417abe22e8d0f72c6c2fbc95dc (diff)
night.css: fix link hover color and increase footer buttons opacityjson-viewfeed
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;
+ }
}
}