mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
some dark theme fixes
This commit is contained in:
parent
7de2241306
commit
d8380af3d2
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue