From 10980b96887b6ea40240c1a155ad6b86fa8ebf89 Mon Sep 17 00:00:00 2001 From: Gregor Aisch Date: Tue, 2 Apr 2013 00:44:13 +0200 Subject: [PATCH] changed background to avoid confusion with flask --- docs/_themes/kr/static/flasky.css_t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_themes/kr/static/flasky.css_t b/docs/_themes/kr/static/flasky.css_t index 3a13c35..422731e 100755 --- a/docs/_themes/kr/static/flasky.css_t +++ b/docs/_themes/kr/static/flasky.css_t @@ -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; }