From 7045e9ff9cffc1fc7bee04855abfe20fb8acb243 Mon Sep 17 00:00:00 2001 From: Mashy Date: Wed, 17 Apr 2019 09:09:32 +1000 Subject: [PATCH] Added back blur --- client/cryps.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/cryps.css b/client/cryps.css index 54417fec..ddf73b37 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -588,12 +588,14 @@ header { .cryp-box.ko { animation: none; - opacity: 0.35; + opacity: 0.5; + /*opacity: 0.35;*/ filter: grayscale(100%); } .cryp-box.unfocus { - opacity: 0.65; + /*opacity: 0.65;*/ + filter: blur(5px); } text.combat-text {