Change theme to dark

This commit is contained in:
2021-02-01 15:03:15 +01:00
parent 0f8b8d305b
commit 1a574fe30d

View File

@ -1,14 +1,17 @@
body {
font-family: Ubuntu;
background-color: #302f3b;
color: #e0c1c1;
}
h1 {
color: #a8a8a8;
text-decoration: underline;
text-decoration-color: gray;
margin-top: 0.1em;
margin-bottom: 0.4em;
font-style: italic;
letter-spacing: 0.2em;
letter-spacing: 0.1em;
font-size: 2em;
}
@ -21,7 +24,7 @@ h1 {
}
.service_name {
color: #19345e;
color: #6ca4fb;
}
.service_status {
@ -33,5 +36,5 @@ h1 {
}
.last_update_time {
color: purple;
color: #d57ad5;
}