Skip to content

Commit

Permalink
Merge pull request #452 from okp4/fix/dark-mode-disable
Browse files Browse the repository at this point in the history
fix: force light mode
  • Loading branch information
MdechampG authored Mar 11, 2024
2 parents 5719fc8 + c37fe32 commit 5552d4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ const config = {
},
colorMode: {
defaultMode: 'light',
disableSwitch: true
disableSwitch: true,
respectPrefersColorScheme: false
},
docs: {
sidebar: {
Expand Down

0 comments on commit 5552d4f

Please sign in to comment.