Use forum background color and remove vignette
This commit is contained in:
parent
b121c8fa7d
commit
ad7970df5d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user