Browse Source

doc: set default background color to white

v0.8.13-release
Max Ogden 13 years ago
committed by Ben Noordhuis
parent
commit
323bbdb0cb
  1. 1
      doc/api_assets/style.css

1
doc/api_assets/style.css

@ -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;
}

Loading…
Cancel
Save