This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
quickstatus/public/dark-theme.css
2019-03-01 23:01:04 +02:00

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;
}