From ad7970df5d4b8dc5c51c54bdf87197f9a558a696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemens=20Sch=C3=B6lhorn?= Date: Mon, 30 Apr 2018 21:14:39 +0200 Subject: [PATCH] Use forum background color and remove vignette --- cover.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cover.css b/cover.css index 888f45e..9621922 100644 --- a/cover.css +++ b/cover.css @@ -27,7 +27,7 @@ a:hover { html, body { height: 100%; - background-color: #333; + background-color: #222; } body { color: #fff; @@ -41,8 +41,6 @@ body { width: 100%; height: 100%; /* For at least Firefox */ min-height: 100%; - -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5); - box-shadow: inset 0 0 100px rgba(0,0,0,.5); } .site-wrapper-inner { display: table-cell;