style: use system theme by default

This commit is contained in:
jinhojang6
2023-11-28 22:41:23 +09:00
parent fa67f6736a
commit 41f41e8633
3 changed files with 41 additions and 16 deletions

View File

@@ -83,6 +83,10 @@ const config = {
themeConfig:
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
({
colorMode: {
disableSwitch: false,
respectPrefersColorScheme: true,
},
navbar: {
items: [
{