File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
/* Override infima variables */
14
14
: root {
15
+ --ifm-font-color-base : # 000E38 ;
15
16
--ifm-color-primary : # 166BFF ;
16
17
/*--ifm-color-primary-dark: #526288;*/
17
18
/*--ifm-color-primary-darker: #0C3D60;*/
33
34
34
35
/* For readability concerns, you should choose a lighter palette in dark mode. */
35
36
[data-theme = 'dark' ] {
36
- --ifm-color-primary : # 166BFF ;
37
+ --ifm-font-color-base : # EAEBED ;
38
+ --ifm-color-primary : # 00E5A4 ;
37
39
/*--ifm-color-primary-dark: #526288;*/
38
40
/*--ifm-color-primary-darker: #0C3D60;*/
39
41
/*--ifm-color-primary-darkest: #000E38;*/
40
- --ifm-color-primary-light : # 4589FF ;
41
- --ifm-color-primary-lighter : # 8AB5FF ;
42
- --ifm-color-primary-lightest : # B9D3FF ;
42
+ --ifm-color-primary-light : # 33EAAE ;
43
+ --ifm-color-primary-lighter : # 78EEC5 ;
44
+ --ifm-color-primary-lightest : # B2F7E1 ;
43
45
44
46
--docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.3 );
45
47
}
You can’t perform that action at this time.
0 commit comments