Remove background texture
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
html {
|
||||
background: @bodycolor url(../img/background-light.jpg);
|
||||
background-color: @bodycolor;
|
||||
font-family: @basefont;
|
||||
font-color: @textcolor;
|
||||
font-size: 90%;
|
||||
@ -259,7 +259,7 @@ html {
|
||||
margin-top: 1em;
|
||||
padding-top: 2em;
|
||||
padding-bottom: 3em;
|
||||
background: @black url(../img/background-dark.png);
|
||||
background-color: @black;
|
||||
a,
|
||||
a:active,
|
||||
a:visited,
|
||||
|
Reference in New Issue
Block a user