Added dark color scheme for docs#2913
Merged
PrettyWood merged 3 commits intopydantic:masterfrom Sep 4, 2021
Merged
Conversation
Added alternative, dark color scheme for docs, which should be automatically activated if user's browser presents the `prefers-color-scheme: dark` media query.
Contributor
Author
|
please review |
Contributor
|
Cool! Thanks a lot! 🙏 |
PrettyWood
approved these changes
Sep 4, 2021
jpribyl
pushed a commit
to liquet-ai/pydantic
that referenced
this pull request
Oct 7, 2021
* Added dark color scheme for docs Added alternative, dark color scheme for docs, which should be automatically activated if user's browser presents the `prefers-color-scheme: dark` media query. * switch icons * add change file Co-authored-by: PrettyWood <em.jolibois@gmail.com>
|
I clicked the icon and now it is no longer automatic. How to make it auto dark (sync with the OS) back again? My MacBook is switching to light/dark mode automatically and I like when everything is synced to it :) |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
Added alternative, dark color scheme for docs, which should be automatically activated if user's browser presents the
prefers-color-scheme: darkmedia query.Related issue number
None
Checklist
Unit tests for the changes existdocumentation configuration change, not needed?
Tests pass on CI and coverage remains at 100%documentation configuration change, not needed?
Documentation reflects the changes where applicabledocumentation configuration change, not needed?
changes/<pull request or issue id>-<github username>.mdfile added describing change(see changes/README.md for details)
documentation configuration change, not needed?