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