Add light mode back (#137)

This commit is contained in:
kaichao 2023-11-21 21:24:16 +08:00 committed by GitHub
parent 9cb8384779
commit 059eb293c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,6 +196,11 @@ const config = {
}, },
], ],
}, },
colorMode: {
defaultMode: "dark",
disableSwitch: false,
respectPrefersColorScheme: false,
},
}, },
markdown: { markdown: {
mermaid: true, mermaid: true,