doc: set default background color to white

v0.8.16-release
Max Ogden 2012-10-12 21:31:59 +03:00 committed by Ben Noordhuis
parent 58db21e6c5
commit 323bbdb0cb
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ body {
font-size: 14px;
line-height: 180%;
color: black;
background-color: white;
margin: 0; padding: 49px 0 0 0;
border-top: 6px #8CC84B solid;
}