From f9f98450dece1d10086b7eca3574382e4f5c9302 Mon Sep 17 00:00:00 2001 From: Tailszefox Date: Mon, 17 Feb 2014 22:42:24 +0100 Subject: [PATCH] Changed background colour to avoid blending. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c684436..57c72b4 100644 --- a/css/style.css +++ b/css/style.css @@ -87,7 +87,7 @@ body #resultDiv { width: 80%; - background-color: #eaeaea; + background-color: #fafafa; margin: auto; padding-bottom: 10px; }