Skip to content

Commit

Permalink
feat: disable dark mode to improve logo and SVG display (kidsoncomput…
Browse files Browse the repository at this point in the history
  • Loading branch information
birego committed Oct 29, 2024
1 parent cb17999 commit 5e250eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,12 @@ const config = {

themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
navbar: {
({ colorMode: {
defaultMode: 'light', // Sets light mode as the default
disableSwitch: true, // Disables the mode switch option
respectPrefersColorScheme: false, // Ignores user's OS preference
},
navbar: {
title: 'Kids on Computers',
logo: {
alt: 'Kids on Computers',
Expand Down

0 comments on commit 5e250eb

Please sign in to comment.