From 7edbd02d4e45508aebf2cdcac711d1050f5875fb Mon Sep 17 00:00:00 2001 From: Jamie Holdstock Date: Wed, 26 May 2021 21:30:11 +0800 Subject: [PATCH] Use proper background color. --- webapi/public/css/vspd.css | 6 +++++- webapi/templates/header.html | 2 +- webapi/templates/homepage.html | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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 }} -