mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
respect system color scheme
This commit is contained in:
parent
d3ccdc7b70
commit
3f5cbbfd41
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ const config: Config = {
|
|||
themeConfig: {
|
||||
// Replace with your project's social card
|
||||
image: "img/docusaurus-social-card.jpg",
|
||||
colorMode: {
|
||||
defaultMode: 'light',
|
||||
disableSwitch: false,
|
||||
respectPrefersColorScheme: true,
|
||||
},
|
||||
algolia: {
|
||||
// The application ID provided by Algolia
|
||||
appId: "CVXQS7OHYA",
|
||||
|
|
Loading…
Reference in a new issue