I think I'll learn the heavier style swap in a later time. I'm just trying to figure out a color switch for now that I can hopefully hook up to a specific trigger. It keeps breaking on me so far ahhaha any help is appreciated
I think I took the longer more complicated route to achieve a similar thing lol. I guess people are just gonna have to figure out how to trigger it :)))
I've been trying to figure out how to run multiple themes. Anyone know how to do that? I cri in java;;;;
Like, just color schemes, or total styling rework? I think I have something that could help apply different css based on given paramaters via js
I think I'll learn the heavier style swap in a later time. I'm just trying to figure out a color switch for now that I can hopefully hook up to a specific trigger. It keeps breaking on me so far ahhaha any help is appreciated
if (CRITERIA LOGIC HERE) { document.body.classList.add( "style2" ); } then target body.style2 with css
That's the JS I use. Don't ask where ;) can be used for color swaps or total styling changes
I think I took the longer more complicated route to achieve a similar thing lol. I guess people are just gonna have to figure out how to trigger it :)))
I'll just inspect your script.js :P
my code's a mess lmao I just shove functions wherever :D
I'll feed it to AI and have it decypher it for me :P (Kidding, of course)