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

Dark mode #180

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Dark mode #180

wants to merge 7 commits into from

Conversation

jasonyess
Copy link
Contributor

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 rules

There 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.

Copy link

codecov bot commented Sep 28, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 29.57%. Comparing base (a945624) to head (fd295da).
Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
...te-demonlist-pages/src/account/list_integration.rs 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@stadust
Copy link
Owner

stadust commented Oct 13, 2024

Hi @jasonyess,
thanks for this PR! I'm focusing a lot on the oauth stuff right now, but I'll have a look at this right after!

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.

Feature request: Dark mode
2 participants