Fix dark mode top bar contrast

This commit is contained in:
Simounet 2023-05-10 13:22:55 +02:00
parent 418faad309
commit 5c1c779746
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
3 changed files with 11 additions and 3 deletions

View file

@ -59,6 +59,7 @@
#article article h5,
#article article h6,
.dropdown-content li > a,
.nav-panels .input-field input:focus,
.results a,
.side-nav li > a,
.side-nav li > a > i.material-icons {
@ -71,7 +72,10 @@
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;
}
@ -125,6 +129,10 @@
background-color: #282c34;
}
nav input {
color: #abb2bf;
}
@media only screen and (min-width: 992px) {
#article {
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