Wolfr / sveltekit-jui

Sveltekit-JUI is a kit of UI components to be used in conjunction with Svelte and Svelte Kit
https://sveltekit-jui-wolfr.vercel.app/
Other
44 stars 3 forks source link

How to remove dark mode #67

Open Wolfr opened 3 years ago

Wolfr commented 3 years ago

Don't want to be bothered by dark mode and the potential bugs it causes? For now it is a manual process. Go through the CSS and remove every media query that starts like this:

@media (prefers-color-scheme: dark) {

I am purposefully not making this a setting to not complicate the code. When the framework is more stable, we might offer separate stylesheets so you don't have to go through this work.