summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-19 20:48:52 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-19 20:48:52 +0100
commit5da6030e1140fc9d405ac1873b31b9af4ae96b8f (patch)
treedbcbb4cef7240b76469aba9692a91807e36ff5ab /static
parentfix css (diff)
downloadlumberjaph-5da6030e1140fc9d405ac1873b31b9af4ae96b8f.tar.gz
try another background color
Diffstat (limited to '')
-rw-r--r--static/css/screen.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index eea771a..91694e3 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -2,7 +2,8 @@
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular);
body {
- background-color: #edf1f3;
+/* background-color: #edf1f3; */
+ background-color: #bfbfbf;
color: #222;
line-height: 1.4em;
font-family: 'Droid Sans',Verdana, sans-serif;