Use forum background color and remove vignette

This commit is contained in:
Klemens Schölhorn 2018-04-30 21:14:39 +02:00
parent b121c8fa7d
commit ad7970df5d
1 changed files with 1 additions and 3 deletions

View File

@ -27,7 +27,7 @@ a:hover {
html, html,
body { body {
height: 100%; height: 100%;
background-color: #333; background-color: #222;
} }
body { body {
color: #fff; color: #fff;
@ -41,8 +41,6 @@ body {
width: 100%; width: 100%;
height: 100%; /* For at least Firefox */ height: 100%; /* For at least Firefox */
min-height: 100%; 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 { .site-wrapper-inner {
display: table-cell; display: table-cell;