From 41762e920f560e0b2537f25f5a70ed1b8af83cde Mon Sep 17 00:00:00 2001 From: Toni Lyttinen Date: Sun, 2 Feb 2020 13:10:41 +0000 Subject: [PATCH] Updated background color to match image --- ohlhafv/static/ohlhafv/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohlhafv/static/ohlhafv/css/base.css b/ohlhafv/static/ohlhafv/css/base.css index 25cbcdb..04a1eef 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(#fdaa02, #fdd504) no-repeat center center fixed; + background: linear-gradient(#fcf4de, #fcf4de) no-repeat center center fixed; } body {