From 4356edf79577bb7c00851dabe23fffa29bc9a6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 15 Feb 2015 22:46:53 +0100 Subject: [PATCH] colors --- static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index a54dcbf4..04e3dfd9 100755 --- a/static/style.css +++ b/static/style.css @@ -562,6 +562,7 @@ input[type="radio"] { @media only screen and (max-device-width: 1000px) { + #innerTitle { height:139px; background-color:rgba(0,0,0,0.8); @@ -639,10 +640,11 @@ input[type="radio"] { } .bgimage { - background-image:url(bg4.jpg); + /*background-image:url(bg4.jpg);*/ + background-image:none; position:fixed; background-size:500%; - background-color:#000; + background-color:#4F4F4F; -webkit-filter:brightness(70%); filter:brightness(70%); }