From 7c9ea39e884e75d3b7b3e8174a10d21a34556fcd Mon Sep 17 00:00:00 2001 From: KasperRT Date: Thu, 19 Feb 2015 13:10:58 +0100 Subject: [PATCH] Fix color --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 6a5e64fa..01f22251 100755 --- a/static/style.css +++ b/static/style.css @@ -225,9 +225,9 @@ body { #results { position:absolute; - background-color:rgba(255,255,255,0.2); + background-color:rgba(0,0,0,0.2); font-size:14px; - width:90%; + width:88.5%; border-radius:3px; margin-left:5%; margin-top:-20px;