minor fixes in darkmode

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-09-14 20:44:30 +02:00
parent 7687b27e13
commit 04a485ca77

View File

@@ -36,6 +36,14 @@ section h5 {
color: $dark-bg;
}
.page-header {
color: $light;
}
.form-control:focus {
color: $dark-bg;
}
.form-control-plaintext {
color: $white;
}