Skip to content

Commit

Permalink
fix: default color to light mode (#1847)
Browse files Browse the repository at this point in the history
Defaulting to light mode, which matches our brand colors better. Still
keeping the option for dark mode for people that want it, even though
feels like an old color scheme. replaces #1664

# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [x] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [x] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
  • Loading branch information
critesjosh authored Aug 28, 2023
1 parent 35b8170 commit 4fc8d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ const config = {
indexName: "aztec",
},
colorMode: {
respectPrefersColorScheme: true,
defaultMode: "light",
disableSwitch: false,
respectPrefersColorScheme: false,
},
docs: {
sidebar: {
Expand Down

0 comments on commit 4fc8d39

Please sign in to comment.