We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710305e commit 70d714cCopy full SHA for 70d714c
packages/docs/docusaurus.config.js
@@ -123,6 +123,11 @@ const config = {
123
},
124
],
125
126
+ colorMode: {
127
+ defaultMode: 'light',
128
+ disableSwitch: false,
129
+ respectPrefersColorScheme: true,
130
+ },
131
prism: {
132
theme: prismThemes.github,
133
darkTheme: prismThemes.dracula,
packages/docs/src/css/custom.css
@@ -5,7 +5,7 @@
5
*/
6
7
/* You can override the default Infima variables here. */
8
-:root {
+[data-theme='light']:root {
9
--ifm-color-primary: #1f3e05;
10
--ifm-color-primary-dark: #29784c;
11
--ifm-color-primary-darker: #277148;
0 commit comments