mirror of
https://github.com/codex-storage/codex.storage.git
synced 2025-02-23 18:08:19 +00:00
style: use system theme by default
This commit is contained in:
parent
8b2522fbaa
commit
8bf03c89c5
@ -69,6 +69,10 @@ const config = {
|
||||
themeConfig:
|
||||
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
|
||||
({
|
||||
colorMode: {
|
||||
disableSwitch: false,
|
||||
respectPrefersColorScheme: true,
|
||||
},
|
||||
navbar: {
|
||||
hideOnScroll: true,
|
||||
items: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user