Skip to content
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

Fix "white flash" effect when resizing window in dark mode #154

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

heyman
Copy link
Owner

@heyman heyman commented Jan 11, 2024

  • Fix so that the background color of the page gets properly set according to the current theme.

  • Change so that we add the theme attribute to the element instead of , making it possible to use the +dark-mode SASS mixin in body CSS selectors

  • Introduce CSS variables for the status bar's background and text colors

* Fix so that the background color of the page gets properly set according to the current theme.

* Change so that we add the theme attribute to the <html> element instead of <body>, making it possible to use the +dark-mode SASS mixin in body CSS selectors

* Introduce CSS variables for the status bar's background and text colors
@heyman heyman merged commit 922aa83 into main Jan 11, 2024
3 checks passed
@heyman heyman deleted the resize-background-color-flash-fix branch January 11, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant