summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2014-05-18 16:15:48 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2014-05-18 16:15:48 +0200
commit0320d8f80ac3fef8277cbfd7a646e86f18441fab (patch)
tree5e5be9c63336762c3e318f79d612b87fb3d41631
parent000882528912e1444103843884be3bb4b13e3186 (diff)
downloadmutti-web-0320d8f80ac3fef8277cbfd7a646e86f18441fab.tar.gz
mutti-web-0320d8f80ac3fef8277cbfd7a646e86f18441fab.tar.bz2
mutti-web-0320d8f80ac3fef8277cbfd7a646e86f18441fab.zip
Use a brighter background
-rw-r--r--style/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style/style.css b/style/style.css
index 216d36f..79fb98e 100644
--- a/style/style.css
+++ b/style/style.css
@@ -16,6 +16,7 @@ html, body {
body {
background: #433F3F;
+ background: #eeeeee;
/*text-align: justify; */
font-family: Helvetica, Arial, sans-serif;
@@ -114,7 +115,7 @@ label {
margin: 0;
letter-spacing: -0.05em;
font-weight: normal;
- color: #FFFFFF;
+ color: #444444;
}
#header img {