Disable dark mode? #1117
scottandrew
started this conversation in
General
Replies: 1 comment
-
@scottandrew Dark Mode is not a feature specific to Skeleton, it's just using Tailwind's underlying system for this. You can learn more about it here: To answer your question, I recommend the following:
html { background: white; } |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't want dark mode is there a way to disable dark mode? Also what is the best way to just keep a white background and not a surface color?
Beta Was this translation helpful? Give feedback.
All reactions