Add VM0 blur
this might not be the best way to do this. Maybe in the future ill add a config option to make some VMs nsfw. For now this is fine
This commit is contained in:
parent
edf56a5652
commit
5cbfe9f1b5
|
|
@ -282,4 +282,11 @@ color: white;
|
|||
|
||||
#badPasswordAlert {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* VM0 Blur */
|
||||
div[data-cvm-node=vm0b0t] {
|
||||
img {
|
||||
filter:blur(40px)!important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user