-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a dark mode #4017
Add a dark mode #4017
Conversation
# Conflicts: # src/frontend/packages/core/sass/_all-theme.scss # src/frontend/packages/store/src/reducers/dashboard-reducer.ts
window.getAllSelectors = function() { window.haselector = function(selector) { window.haselector('.dark-theme-supported'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Richard to look at disabling dark theme support if indicated by theme customizer
- wired in dark-theme-supported to theme options - removed test line from custom.scss
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
prefers-color-scheme
ui.systemUsesDarkTheme
integer 1