Dark mode contrast improved

This commit is contained in:
Simounet 2023-05-10 20:38:06 +02:00
parent 0fc56d7057
commit aec4d9076e
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
3 changed files with 10 additions and 8 deletions

View file

@ -1,6 +1,8 @@
.dark-theme {
body,
main #content,
body {
background-color: #101010;
}
#article,
.card,
.card-panel,
@ -10,8 +12,6 @@
.collapsible-header,
.collection,
.dropdown-content,
.nav-panel-add,
.nav-panel-search,
.side-nav,
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body,
@ -50,7 +50,7 @@
background-color: #272727;
}
main #content,
#content,
#article article,
#article article h1,
#article article h2,
@ -68,7 +68,9 @@
.cyan,
.cyan.darken-1,
.cyan.darken-2 {
.cyan.darken-2,
.nav-panel-add,
.nav-panel-search {
background-color: #1d1d1d !important;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long