Set background-color to white.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2010-11-02 21:15:40 -04:00
parent 7933bbb53f
commit dc8265a962

View file

@ -2,6 +2,7 @@
* ul { padding: 20px; }
body {
min-width: 600px;
background-color: white;
color: #555;
font-family: "DejaVu Sans", sans-serif;
font-size: 12px;