From 87d14240cf76893830aa1abdc1feda79ef03d07d Mon Sep 17 00:00:00 2001 From: Toni Lyttinen Date: Wed, 17 Nov 2021 14:56:55 +0000 Subject: [PATCH] update 2021 heevi colors for banner --- ohlhafv/static/ohlhafv/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ohlhafv/static/ohlhafv/css/base.css b/ohlhafv/static/ohlhafv/css/base.css index 51dac25..5bea002 100644 --- a/ohlhafv/static/ohlhafv/css/base.css +++ b/ohlhafv/static/ohlhafv/css/base.css @@ -1,6 +1,6 @@ html, body { background: #fdd504; - background: linear-gradient(#fcf4de, #fcf4de) no-repeat center center fixed; + background: linear-gradient(#eae3c6, #ffffff) no-repeat center center fixed; } body { @@ -49,7 +49,7 @@ h3 { .navbar { border-radius: 8px; - background-color: #a87538; + background-color: #696969; box-shadow: 0 0; }