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