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 9cd5fd7 commit e49f64bCopy full SHA for e49f64b
docusaurus.config.js
@@ -126,6 +126,10 @@ const config = {
126
theme: lightCodeTheme,
127
darkTheme: darkCodeTheme,
128
},
129
+ colorMode: {
130
+ defaultMode: 'light',
131
+ disableSwitch: true,
132
+ },
133
}),
134
};
135
src/pages/index.module.css
@@ -33,7 +33,8 @@
33
color: #00152A;
34
float: right;
35
width: 30%;
36
- margin: 0;
+ margin: 5px;
37
+ padding: 15px;
38
}
39
40
.buttons {
0 commit comments