From 0f1a512f4cb4a578b2eed55ddeb7e4e247c569a9 Mon Sep 17 00:00:00 2001 From: KasperRT Date: Mon, 20 Oct 2014 01:40:31 +0200 Subject: [PATCH] added firefox blur --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index fd090fed..e580db1b 100755 --- a/static/style.css +++ b/static/style.css @@ -35,6 +35,7 @@ body{background:#000; margin:0;} -ms-filter:blur(50px) brightness(0.8); -o-filter: blur(50px) brightness(0.8); filter: blur(50px) brightness(0.8); + filter: url(blur.svg#blur); position: absolute; top: 40px; left: 0;