From 7cf7924b9672a4a9a87c40201ddfd1f5314723fb Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Thu, 10 May 2018 00:10:17 +0200 Subject: [PATCH] make background very slightly brown --- res/static/res/style/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/static/res/style/layout.css b/res/static/res/style/layout.css index 5de825a..82322dd 100644 --- a/res/static/res/style/layout.css +++ b/res/static/res/style/layout.css @@ -54,7 +54,7 @@ html{ height: auto; padding: 0px 8px 0px 8px; box-sizing: border-box; - background-color: #242424; + background-color: hsl(20, 5%, 14%);; margin-top: 30px; margin-bottom: 30px; text-align: left;