darkmode optimizations

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-10-17 10:17:20 +02:00
parent 1f2cce6195
commit 965e2dfd95
12 changed files with 49 additions and 16 deletions

View File

@@ -27,4 +27,9 @@
.card, .list-group-item {
background: $dark-bg;
}
.card {
.card-header {
border-bottom: $border-color-dark solid 1px;
}
}
}