Skip to content

Commit

Permalink
Add light mode back (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichaosun authored Nov 21, 2023
1 parent 9cb8384 commit 059eb29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ const config = {
},
],
},
colorMode: {
defaultMode: "dark",
disableSwitch: false,
respectPrefersColorScheme: false,
},
},
markdown: {
mermaid: true,
Expand Down

0 comments on commit 059eb29

Please sign in to comment.