mirror of
https://github.com/fosrl/docs.git
synced 2025-05-15 06:40:34 +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: {
|
themeConfig: {
|
||||||
// Replace with your project's social card
|
// Replace with your project's social card
|
||||||
image: "img/docusaurus-social-card.jpg",
|
image: "img/docusaurus-social-card.jpg",
|
||||||
|
colorMode: {
|
||||||
|
defaultMode: 'light',
|
||||||
|
disableSwitch: false,
|
||||||
|
respectPrefersColorScheme: true,
|
||||||
|
},
|
||||||
algolia: {
|
algolia: {
|
||||||
// The application ID provided by Algolia
|
// The application ID provided by Algolia
|
||||||
appId: "CVXQS7OHYA",
|
appId: "CVXQS7OHYA",
|
||||||
|
|
Loading…
Reference in a new issue