colexdev.neocities.org
I may be going back to dark mode, a few people have said they don't like it thus far.
I like it!
You could use JS to implement a switch on the page and store it locally for the user, then they can decide which they use.
non-js alternative is the css @media (prefers-color-scheme: light) {} which checks the user's system setting
I may be going back to dark mode, a few people have said they don't like it thus far.
I like it!
You could use JS to implement a switch on the page and store it locally for the user, then they can decide which they use.
non-js alternative is the css @media (prefers-color-scheme: light) {} which checks the user's system setting