-
-
Notifications
You must be signed in to change notification settings - Fork 21
Dark Mode
#41
-
Please explain how to implement dark / light mode, I don't see that documented anywhere.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
This style sheet uses the color-scheme option to enable light and dark. That means that it will set the scheme based on the browser preference. You could probably force dark mode all the time with something like this in your custom.css:
:root {
color-scheme: dark only;
}
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment