File tree Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ module.exports = {
28
28
] ,
29
29
} ,
30
30
footer : {
31
- style : 'dark' ,
32
31
links : [
33
32
{
34
33
title : 'Docs' ,
Original file line number Diff line number Diff line change 7
7
8
8
/* You can override the default Infima variables here. */
9
9
: root {
10
- --ifm-color-primary : # 3578e5 ;
11
- --ifm-color-primary-dark : # 306cce ;
12
- --ifm-color-primary-darker : # 2d66c3 ;
13
- --ifm-color-primary-darkest : # 2554a0 ;
14
- --ifm-color-primary-light : # 538ce9 ;
15
- --ifm-color-primary-lighter : # 72a1ed ;
16
- --ifm-color-primary-lightest : # 9abcf2 ;
10
+ --ifm-color-primary : # 33a2e5 ;
11
+ --ifm-color-primary-dark : # 1c96e0 ;
12
+ --ifm-color-primary-darker : # 1b8ed3 ;
13
+ --ifm-color-primary-darkest : # 1675ae ;
14
+ --ifm-color-primary-light : # 4cade8 ;
15
+ --ifm-color-primary-lighter : # 58b3ea ;
16
+ --ifm-color-primary-lightest : # 7ec4ee ;
17
17
--ifm-code-font-size : 95% ;
18
+
19
+ --ifm-footer-background-color : # f1f5f9 ;
20
+ }
21
+
22
+ html [data-theme = 'dark' ] {
23
+ --ifm-background-color : # 141619 ;
24
+ --ifm-background-surface-color : # 202226 ;
25
+
26
+ --ifm-footer-background-color : # 202226 ;
27
+ --ifm-footer-color : var (--ifm-footer-link-color );
28
+ --ifm-footer-link-color : var (--ifm-color-secondary );
29
+ --ifm-footer-title-color : var (--ifm-color-white );
18
30
}
19
31
20
32
.docusaurus-highlight-code-line {
You can’t perform that action at this time.
0 commit comments