mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-03 13:28:41 +00:00
Fix dark mode top bar contrast
This commit is contained in:
parent
418faad309
commit
5c1c779746
3 changed files with 11 additions and 3 deletions
|
@ -59,6 +59,7 @@
|
||||||
#article article h5,
|
#article article h5,
|
||||||
#article article h6,
|
#article article h6,
|
||||||
.dropdown-content li > a,
|
.dropdown-content li > a,
|
||||||
|
.nav-panels .input-field input:focus,
|
||||||
.results a,
|
.results a,
|
||||||
.side-nav li > a,
|
.side-nav li > a,
|
||||||
.side-nav li > a > i.material-icons {
|
.side-nav li > a > i.material-icons {
|
||||||
|
@ -71,7 +72,10 @@
|
||||||
background-color: #1d1d1d !important;
|
background-color: #1d1d1d !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grey-text.text-darken-4 {
|
.grey-text.text-darken-4,
|
||||||
|
.nav-panel-item .add,
|
||||||
|
.nav-panel-item .search,
|
||||||
|
.nav-panels .close {
|
||||||
color: #dfdfdf !important;
|
color: #dfdfdf !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -125,6 +129,10 @@
|
||||||
background-color: #282c34;
|
background-color: #282c34;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav input {
|
||||||
|
color: #abb2bf;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) {
|
@media only screen and (min-width: 992px) {
|
||||||
#article {
|
#article {
|
||||||
background-color: #101010;
|
background-color: #101010;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue