my account, @vfd_centeral completley broke. Im unable to click anything, Could you try and fix it?

Fixed (account settings manually changed).

You didn't close the * selector, so it grouped it an incorrect thing that was never opened and included pointer-events: none; (below nav::before).

Your code looked like this:

* { ...
nav::before {
    ...
}
z-index: 1000;
pointer-events: none;
}

The correct version is:

* { 
    ...
}

nav::before {
    ...
}
spark 1732984563924 *

Reactions

Comments
Leave a comment

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue