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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user