diff --git a/static/styles/common.css b/static/styles/common.css index abe422e..ffd45ad 100644 --- a/static/styles/common.css +++ b/static/styles/common.css @@ -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; }