quickstatus/public/dark-theme.css

22 lines
348 B
CSS

body {
background-color: #00060e;
background: url(background.png);
}
.infobox {
color: #ddd;
}
.infobox .header {
background-color: #001726;
border: 1px solid #000508;
}
.infobox .content {
background-color: #000508;
border: 1px solid #001726;
}
.bar-inner {
background-color: #181818;
}
.bar-progress {
background-color: #00626e;
}