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:
Elijah R 2024-02-05 13:28:05 -05:00 committed by GitHub
parent edf56a5652
commit 5cbfe9f1b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -283,3 +283,10 @@ color: white;
#badPasswordAlert { #badPasswordAlert {
display: none; display: none;
} }
/* VM0 Blur */
div[data-cvm-node=vm0b0t] {
img {
filter:blur(40px)!important;
}
}