made the bgcolor black, instead of white. oops

This commit is contained in:
thepaperpilot 2015-11-05 09:07:11 -06:00
parent b6dd04968a
commit e9cf0e2c04

View file

@ -1,7 +1,7 @@
body {
margin: 20px auto;
width: 60%;
background: #FFFFFF url("/bg.jpg");
background: #000000 url("/bg.jpg");
margin-bottom: 10px;
}