I'm a bit lost... the ":root{" class really does not like me and does not work most of the time why is that. I wanna use it so i dont have to paste the hex code for each div class each time and instead write like var(--pink) without having to find and paste the hex codes but the root tag just does not cooperate sometimes... Does anyone know why
It's so strange though because it works sometimes on other code editors but not neocities...?
I FIXED IT the :root{ has to be in a style tag in the same html file though.. it does not work when it's in a separate css file for some reason?