6
6
7
7
/* You can override the default Infima variables here. */
8
8
9
- @import url ('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap' );
10
- @import url ('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap' );
11
9
@import url ('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap' );
12
10
: root {
13
- --primary-main : # 4E9E7F ;
14
- --error-main : # df1c41 ;
11
+ --primary-main : # 45C45C ;
12
+ --error-main : # DD3B36 ;
15
13
--ifm-color-primary : var (--primary-main );
16
14
--ifm-color-primary-dark : # 28c3b7 ;
17
15
--ifm-color-primary-darker : # 25b8ad ;
32
30
--secondary-text-color-light : var (--white );
33
31
--primary-text-color-dark : # 131313 ;
34
32
--primary-border : 1px solid var (--secondary-bg-color );
35
- --primary-font-family : 'Oswald ' ;
33
+ --primary-font-family : 'Inter ' ;
36
34
--secondary-font-family : 'Inter' ;
37
35
--z-index-default : 1 ;
38
36
--z-index-background-image : -1 ;
41
39
42
40
/* For readability concerns, you should choose a lighter palette in dark mode. */
43
41
html [data-theme = 'dark' ] {
44
- --primary-main : # 8ab5a4 ;
42
+ --primary-main : # 69DE7F ;
45
43
--error-main : # bb1837 ;
46
44
--ifm-color-primary : var (--primary-main );
47
45
--ifm-color-primary-dark : # 28c3b7 ;
@@ -51,7 +49,7 @@ html[data-theme='dark'] {
51
49
--ifm-color-primary-lighter : # 51dcd1 ;
52
50
--ifm-color-primary-lightest : var (--primary-main );
53
51
--bg-rect-border-color : rgba (255 , 255 , 255 , 5% );
54
- --primary-text-color : # 8f8f8f ;
52
+ --primary-text-color : rgba ( 255 , 255 , 255 , 0.56 ) ;
55
53
--primary-text-color-light : rgba (255 , 255 , 255 , 0.9 );
56
54
--primary-bg-rect-size : 4.125rem ;
57
55
--ifm-font-color : rgba (255 , 255 , 255 , 0.84 );
@@ -84,8 +82,8 @@ html[data-theme='dark'] {
84
82
85
83
html [data-theme = 'light' ] {
86
84
--primary-text-color-dark : # fff ;
87
- --primary-text-color : # 8f8f8f ;
88
- --primary-text-color-light : # 0d0d0d ;
85
+ --primary-text-color : rgba ( 40 , 40 , 40 , 0.56 ) ;
86
+ --primary-text-color-light : # 282828 ;
89
87
--primary-bg-color : # fff ;
90
88
--primary-bg-color-light : # f5f5f5 ;
91
89
--bg-rect-border-color : rgba (0 , 0 , 0 , 0.05 );
@@ -319,7 +317,7 @@ a:hover {
319
317
}
320
318
321
319
.menu__link--active {
322
- --ifm-menu-color-background-active : rgba (78 , 158 , 127 , 0.08 );
320
+ --ifm-menu-color-background-active : rgba (130 , 237 , 150 , 0.08 );
323
321
--ifm-menu-color-active : var (--primary-main );
324
322
}
325
323
.menu__link {
0 commit comments