Added back blur
This commit is contained in:
parent
cbe75ead32
commit
7045e9ff9c
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user