From 0320d8f80ac3fef8277cbfd7a646e86f18441fab Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 18 May 2014 16:15:48 +0200 Subject: Use a brighter background --- style/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- cgit