Added back blur

This commit is contained in:
Mashy 2019-04-17 09:09:32 +10:00
parent cbe75ead32
commit 7045e9ff9c

View File

@ -588,12 +588,14 @@ header {
.cryp-box.ko { .cryp-box.ko {
animation: none; animation: none;
opacity: 0.35; opacity: 0.5;
/*opacity: 0.35;*/
filter: grayscale(100%); filter: grayscale(100%);
} }
.cryp-box.unfocus { .cryp-box.unfocus {
opacity: 0.65; /*opacity: 0.65;*/
filter: blur(5px);
} }
text.combat-text { text.combat-text {