TinyLifeWeb/web/style/dark.css

13 lines
137 B
CSS
Raw Normal View History

2023-06-13 17:24:58 +02:00
body {
2023-06-13 17:34:47 +02:00
color: #d8d8d8;
2023-06-13 17:24:58 +02:00
background-color: #1b1b1b;
}
.text-muted {
color: #929aa0 !important;
}
2023-06-13 17:34:47 +02:00
pre {
color: #9ca6b0;
}