changed background to avoid confusion with flask

This commit is contained in:
Gregor Aisch 2013-04-02 00:44:13 +02:00
parent 963aefe9da
commit 10980b9688

View File

@ -16,7 +16,7 @@
body {
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro';
font-size: 17px;
background-color: white;
background-color: whitesmoke;
color: #000;
margin: 0;
padding: 0;
@ -45,7 +45,7 @@ hr {
}
div.body {
background-color: #ffffff;
background-color: whitesmoke;
color: #3E4349;
padding: 0 30px 0 30px;
}