some dark theme fixes

This commit is contained in:
Ell 2023-06-13 17:34:47 +02:00
parent 7de2241306
commit d8380af3d2

View file

@ -1,8 +1,12 @@
body { body {
color: white; color: #d8d8d8;
background-color: #1b1b1b; background-color: #1b1b1b;
} }
.text-muted { .text-muted {
color: #929aa0 !important; color: #929aa0 !important;
} }
pre {
color: #9ca6b0;
}