TinyLifeWeb/web/style/dark.css

9 lines
106 B
CSS
Raw Normal View History

2023-06-13 17:24:58 +02:00
body {
color: white;
background-color: #1b1b1b;
}
.text-muted {
color: #929aa0 !important;
}