Skip to content

Commit

Permalink
chore: disable dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Oct 18, 2024
1 parent 3f55d50 commit 6fbc733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions canary-checker/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ export default async function createConfigAsync() {
},
colorMode: {
defaultMode: 'light',
disableSwitch: false,
respectPrefersColorScheme: true,
disableSwitch: true,
respectPrefersColorScheme: false
},
announcementBar: {
content:
Expand Down
4 changes: 2 additions & 2 deletions mission-control/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ export default async function createConfigAsync() {
},
colorMode: {
defaultMode: 'light',
disableSwitch: false,
respectPrefersColorScheme: true
disableSwitch: true,
respectPrefersColorScheme: false
},
footer: {
style: 'dark',
Expand Down

0 comments on commit 6fbc733

Please sign in to comment.