From 8a90913f2a63ee43ff2c613d8be4c8a154eec7a1 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 22 Dec 2019 18:19:26 +0100 Subject: [PATCH] brighten the background a little --- site/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/css/default.css b/site/css/default.css index f1f6b59..0653cfe 100644 --- a/site/css/default.css +++ b/site/css/default.css @@ -19,8 +19,8 @@ body::before { bottom: 0; left: 0; right: 0; - background-color: #d00000; - background-image: linear-gradient(to bottom, rgba(208,0,0,0.9) 0%,rgba(208,0,0,0.9) 100%), url(/images/Chaoszone.black.svg); + background-color: #c30000; + background-image: linear-gradient(to bottom, rgba(195,0,0,0.9) 0%,rgba(195,0,0,0.9) 100%), url(/images/Chaoszone.black.svg); background-size: contain; background-attachment:fixed; background-repeat:no-repeat;