TinyLifeWeb/web/style/dark.css
2023-06-13 17:24:58 +02:00

9 lines
106 B
CSS

body {
color: white;
background-color: #1b1b1b;
}
.text-muted {
color: #929aa0 !important;
}