Skip to content

Commit

Permalink
respect color
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed May 4, 2024
1 parent dfc5db1 commit 93790e1
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 @@ -86,6 +86,11 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
colorMode: {
defaultMode: 'light',
disableSwitch: false,
respectPrefersColorScheme: true,
},
metadata: [{name: 'keywords', content: 'documentation, bioreactor, pioreactor, experiments, user-guide'}],
navbar: {
hideOnScroll: true,
Expand Down

0 comments on commit 93790e1

Please sign in to comment.