quickstatus/public/dark-theme.css

22 lines
360 B
CSS

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