Automatically set docs appearance to system default (#8924)

@baskaryan
pull/8926/head
Jacob Lee 1 year ago committed by GitHub
parent 6b9f266837
commit d1e305028f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,6 +128,10 @@ const config = {
hideable: true,
},
},
colorMode: {
disableSwitch: false,
respectPrefersColorScheme: true,
},
prism: {
theme: {
...baseLightCodeBlockTheme,

Loading…
Cancel
Save