Skip to content

Commit

Permalink
feat(website): default to light theme for readability (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
dave | d1onys1us committed Dec 17, 2022
1 parent 7731e0f commit f9dd4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
colorMode: {
defaultMode: "dark",
defaultMode: "light",
respectPrefersColorScheme: false,
},
navbar: {
Expand Down

0 comments on commit f9dd4e0

Please sign in to comment.