From 23f86185b32a1ff5c3940b5d7c779f0fa7ed54d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 15 Feb 2015 22:49:08 +0100 Subject: [PATCH] no --- static/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 04e3dfd9..6cb69bbb 100755 --- a/static/style.css +++ b/static/style.css @@ -640,11 +640,10 @@ input[type="radio"] { } .bgimage { - /*background-image:url(bg4.jpg);*/ - background-image:none; + background-image:url(bg4.jpg); position:fixed; background-size:500%; - background-color:#4F4F4F; + background-color:#000; -webkit-filter:brightness(70%); filter:brightness(70%); }