style: use default system theme
This commit is contained in:
parent
9e9cd43234
commit
56f5897875
|
@ -68,6 +68,10 @@ const config = {
|
|||
themeConfig:
|
||||
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
|
||||
({
|
||||
colorMode: {
|
||||
disableSwitch: false,
|
||||
respectPrefersColorScheme: true,
|
||||
},
|
||||
navbar: {
|
||||
items: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue