From 9223112d675717d6cfcba0da5d115e3918b96b67 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Sat, 2 Oct 2021 21:42:57 +0700 Subject: [PATCH] Softer default colour for header --- static/styles/sugoi/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/sugoi/style.css b/static/styles/sugoi/style.css index 6937f36..f85c679 100755 --- a/static/styles/sugoi/style.css +++ b/static/styles/sugoi/style.css @@ -115,7 +115,7 @@ ul.thin li { margin:0px 0px; padding:0px; } #header { width: 100%; padding: 0px 0 0 0; - background: #0e238b; + background: #00004d; margin-bottom: 10px; }