How would I do blurscreen in css? I know how to do it in lua but but to sure about css....
Thanks for any help
-Ballerd
blur()
thanl you this has massively improved my forum browsing experience
https://files.facepunch.com/forum/upload/111926/8401b333-729f-4b29-9815-21c3d4569c4f/image.png
not blurry enough
Okay realtalk for a second after I applied that I literally could not turn it off for a short bit because the menu that lets you turn off custom CSS was also blurred, that seems like bad design. If you accidentally messed up your CSS in a way that broke the submission page, could you even fix it?
See
body {
filter: brightness(0) invert(1);
}
It seems as though you can just go back (on mobile) to revert. If it gets really bad, you might just be able to remove the css from the page in f12 to submit empty css.
Sorry, you need to Log In to post a reply to this thread.