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,
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;