From 5cbfe9f1b5d0a653ba128419edc802eaff9b7dee Mon Sep 17 00:00:00 2001 From: Elijah R <62162399+elijahr2411@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:28:05 -0500 Subject: [PATCH] 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 --- src/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 491261b..9cac47e 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -282,4 +282,11 @@ color: white; #badPasswordAlert { display: none; -} \ No newline at end of file +} + +/* VM0 Blur */ +div[data-cvm-node=vm0b0t] { + img { + filter:blur(40px)!important; + } +}