1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 16:19:14 +00:00

night.css: fix link hover color and increase footer buttons opacity

This commit is contained in:
Andrew Dolgov
2018-12-08 10:06:03 +03:00
parent 41bf063e46
commit 987ffa8476
3 changed files with 15 additions and 6 deletions

View File

@@ -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;
}
}
}