diff --git a/webapi/public/css/vspd.css b/webapi/public/css/vspd.css index 7ff3d30..f47a111 100644 --- a/webapi/public/css/vspd.css +++ b/webapi/public/css/vspd.css @@ -2,12 +2,16 @@ html, body { height: 100%; } body { - background-color: #F9FAFA; + background-color: #F3F5F6; color: #3D5873; display: flex; flex-direction: column; } +.navbar { + background-color: #F9FAFA; +} + .navbar a { text-decoration: none; } diff --git a/webapi/templates/header.html b/webapi/templates/header.html index e93eda4..4409d05 100644 --- a/webapi/templates/header.html +++ b/webapi/templates/header.html @@ -67,7 +67,7 @@ {{ if .VspStats.Debug }}
- diff --git a/webapi/templates/homepage.html b/webapi/templates/homepage.html index ed298b9..a0faec9 100644 --- a/webapi/templates/homepage.html +++ b/webapi/templates/homepage.html @@ -4,7 +4,7 @@
{{ if .VspStats.VspClosed }} -