-
Notifications
You must be signed in to change notification settings - Fork 61
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
Dark mode #180
base: master
Are you sure you want to change the base?
Dark mode #180
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #180 +/- ##
==========================================
+ Coverage 29.35% 29.57% +0.21%
==========================================
Files 117 116 -1
Lines 8321 8314 -7
==========================================
+ Hits 2443 2459 +16
+ Misses 5878 5855 -23 ☔ View full report in Codecov by Sentry. |
Hi @jasonyess, |
Added dark mode using
prefers-color-scheme
css media query. Dark mode is toggled on/off based on the user's system theme, which can also be overridden with js by modifying the stylesheets' css rulesThere may be a few redundant css declarations in the media queries (but it works and i don't want to break anything)
Resolves #93
License Acceptance
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.