diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-05-18 16:15:48 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-05-18 16:15:48 +0200 |
commit | 0320d8f80ac3fef8277cbfd7a646e86f18441fab (patch) | |
tree | 5e5be9c63336762c3e318f79d612b87fb3d41631 /style | |
parent | 000882528912e1444103843884be3bb4b13e3186 (diff) | |
download | mutti-web-0320d8f80ac3fef8277cbfd7a646e86f18441fab.tar.gz mutti-web-0320d8f80ac3fef8277cbfd7a646e86f18441fab.tar.bz2 mutti-web-0320d8f80ac3fef8277cbfd7a646e86f18441fab.zip |
Use a brighter background
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 3 |
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 { |