quickstatus/public/dark-theme.css

21 lines
326 B
CSS
Raw Normal View History

2019-03-01 19:44:08 +00:00
body {
background-color: #00060e;
}
.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;
}