Remove background texture

This commit is contained in:
Michael Rose
2013-06-21 09:39:38 -04:00
parent 08ff4b987e
commit db53eeeff3
6 changed files with 9 additions and 9 deletions

View File

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