From 24bf6336d8e601920856ae056f89554c79e2f4e9 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 11 Nov 2019 20:01:06 +0100 Subject: [PATCH] changed background color so dark bar isn't visible. Closes #2 --- src/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/main.css b/src/css/main.css index 32a1039..a006680 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -7964,7 +7964,7 @@ body { background-attachment: fixed; height: 100%; position: relative; - background-color: #27233a + background-color: #8b495c; } ::-moz-selection {