quickstatus/public/dark-theme.css

22 lines
348 B
CSS
Raw Normal View History

2019-03-01 19:44:08 +00:00
body {
background-color: #00060e;
2019-03-01 21:01:04 +00:00
background: url(background.png);
2019-03-01 19:44:08 +00:00
}
.infobox {
color: #ddd;
}
.infobox .header {
2019-03-13 19:00:26 +00:00
background-color: #001726;
border: 1px solid #000508;
2019-03-01 19:44:08 +00:00
}
.infobox .content {
2019-03-13 19:00:26 +00:00
background-color: #000508;
border: 1px solid #001726;
2019-03-01 19:44:08 +00:00
}
.bar-inner {
background-color: #181818;
}
.bar-progress {
background-color: #00626e;
}