small dark-mode fixes

pull/3046/head
REJack 2020-09-24 10:57:27 +02:00
parent ee814eb531
commit 37a83c86fa
2 changed files with 9 additions and 2 deletions

View File

@ -483,8 +483,12 @@ html.maximized-card {
.card {
background-color: $dark;
color: color-yiq($dark);
color: $white;
.card {
background-color: lighten($dark, 5%);
color: $white;
}
.nav.flex-column > li {
border-bottom-color: $gray-600;
}

View File

@ -95,7 +95,10 @@ a.text-muted:hover {
background-color: lighten($dark, 7.5%) !important;
color: $white !important;
}
.link-black {
.text-black,
.text-dark,
.link-black,
.link-dark {
color: $gray-400;
}
}