1
1
/**
2
- * Any CSS included here will be global. The classic template
3
- * bundles Infima by default. Infima is a CSS framework designed to
4
- * work well for content-centric websites.
5
- */
2
+ * Any CSS included here will be global. The classic template
3
+ * bundles Infima by default. Infima is a CSS framework designed to
4
+ * work well for content-centric websites.
5
+ */
6
6
7
7
/* You can override the default Infima variables here. */
8
8
: root {
9
- --ifm-color-primary : # 04518c ;
10
- --ifm-color-primary-dark : # 03497e ;
11
- --ifm-color-primary-darker : # 034577 ;
12
- --ifm-color-primary-darkest : # 023962 ;
13
- --ifm-color-primary-light : # 05599a ;
14
- --ifm-color-primary-lighter : # 055da1 ;
15
- --ifm-color-primary-lightest : # 0669b6 ;
16
- --ifm-code-font-size : 95% ;
17
- --docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.1 );
18
-
19
- /* Front Page category blocks */
20
- --category-title-color : # 282A35 ;
21
- --category-category-color : # f7f7f7 ;
22
- --category-card-color : # fefefe ;
23
- --category-block-shadow : 2px 2px 6px # 282a3525 ;
24
- --category-block-funding : none;
25
- --funding-block-color : # edf9fd ;
9
+ --ifm-color-primary : # 9E005D ;
10
+ --ifm-color-primary-hero : # 71bde8 ;
11
+ --ifm-color-primary-dark : # 03497e ;
12
+ --ifm-color-primary-darker : # 034577 ;
13
+ --ifm-color-primary-darkest : # 023962 ;
14
+ --ifm-color-primary-light : # 05599a ;
15
+ --ifm-color-primary-lighter : # 055da1 ;
16
+ --ifm-color-primary-lightest : # 0669b6 ;
17
+ --ifm-code-font-size : 95% ;
18
+ --ifm-font-color : # 003055 ;
19
+ --docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.1 );
20
+ --ifm-color-primary-search : # fefefe ;
21
+ --doc-sidebar-background : # f5f6f7 ;
22
+ --ifm-color-footer : # f0f1f3 ;
23
+
24
+
25
+ /* Top NavBar */
26
+ --ifm-navbar-height : 64px ;
27
+ --ifm-navbar-shadow : 0 1px 6px 0 rgba (0 , 0 , 0 , 0.1 ), 0 1px 5px 0 rgba (0 , 0 , 0 , 0.08 );
28
+ --navbar-item-hover-light : rgba (0 , 0 , 0 , 0.05 );
29
+ --navbar-item-hover-dark : rgba (255 , 255 , 255 , 0.1 );
30
+
31
+ /* Front Page category blocks */
32
+ --category-title-color : # 282A35 ;
33
+ --category-category-color : # f7f7f7 ;
34
+ --category-card-color : # fefefe ;
35
+ --category-block-shadow : 2px 2px 6px # 282a3525 ;
36
+ --category-block-funding : none;
37
+ --funding-block-color : # edf9fd ;
26
38
}
27
39
28
40
/* For readability concerns, you should choose a lighter palette in dark mode. */
29
41
[data-theme = 'dark' ] {
30
- --ifm-color-primary : # 0767b1 ;
31
- --ifm-color-primary-dark : # 2a2d2f ;
32
- --ifm-color-primary-darker : # 034577 ;
33
- --ifm-color-primary-darkest : # 023962 ;
34
- --ifm-color-primary-light : # 05599a ;
35
- --ifm-color-primary-lighter : # 055da1 ;
36
- --ifm-color-primary-lightest : # 0669b6 ;
37
- --ifm-background-color : # 585858 ;
38
- --docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.3 );
39
-
40
- /* Front Page category blocks */
41
- --category-title-color : # F2F5F8 ;
42
- --category-category-color : # 1B1B1D ;
43
- --category-card-color : # 4e5055 ;
44
- --category-block-shadow : 0px 0px 0px 2px # 323845 ;
45
- --category-block-shadow-funding : 0px 0px 0px 2px # 323845 ;
46
- --funding-block-color : # 232324 ;
47
- }
42
+ --ifm-color-primary : # 4BC6F0 ;
43
+ --ifm-color-primary-hero : # 0767b1 ;
44
+ --ifm-color-primary-dark : # 2a2d2f ;
45
+ --ifm-color-primary-darker : # 034577 ;
46
+ --ifm-color-primary-darkest : # 023962 ;
47
+ --ifm-color-primary-light : # 05599a ;
48
+ --ifm-color-primary-lighter : # 055da1 ;
49
+ --ifm-color-primary-lightest : # 0669b6 ;
50
+ --ifm-background-color : # 585858 ;
51
+ --ifm-font-color : # ffffff ;
52
+ --docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.3 );
53
+ --ifm-color-primary-search : # 2a2d2f ;
54
+ --doc-sidebar-background : # 0d0d0d ;
55
+ --ifm-color-footer : # 0d0d0d ;
56
+
57
+ /* Front Page category blocks */
58
+ --category-title-color : # F2F5F8 ;
59
+ --category-category-color : # 1B1B1D ;
60
+ --category-card-color : # 4e5055 ;
61
+ --category-block-shadow : 0px 0px 0px 2px # 323845 ;
62
+ --category-block-shadow-funding : 0px 0px 0px 2px # 323845 ;
63
+ --funding-block-color : # 232324 ;
64
+ }
65
+
66
+ /* Custom styles for Docusaurus sidebar */
67
+ : root {
68
+ --sidebar-item-height : 1.5rem ;
69
+ --sidebar-border-width : 3px ;
70
+ }
71
+
72
+ .theme-doc-sidebar-menu {
73
+ padding : 0.5rem ;
74
+ }
75
+
76
+ /* Links styling */
77
+ .menu__link {
78
+ line-height : var (--sidebar-item-height );
79
+ border-radius : 0 ;
80
+ transition : background-color 200ms ease;
81
+ border-left : var (--sidebar-border-width ) solid transparent;
82
+ }
83
+
84
+ .menu__link--active {
85
+ border-left : var (--sidebar-border-width ) solid;
86
+ border-left-color : var (--ifm-color-primary );
87
+ }
88
+
89
+ /* Nested levels */
90
+ .menu__list .menu__list {
91
+ border-left : 1px solid var (--ifm-color-emphasis-200 );
92
+ }
93
+
94
+ .navbar__items .navbar__item : hover {
95
+ background-color : var (--navbar-item-hover-light );
96
+ border-radius : 4px ;
97
+ }
98
+
99
+ [data-theme = 'dark' ] .navbar__items .navbar__item : hover {
100
+ background-color : var (--navbar-item-hover-dark );
101
+ }
102
+
103
+ .tableOfContents_bqdL {
104
+ border-left : 1px solid var (--ifm-color-primary );
105
+
106
+ }
107
+
108
+ .footer {
109
+ background-color : var (--ifm-color-footer );
110
+ border-top : 1px solid # d5d8dc ;
111
+ color : var (--ifm-color-primary );
112
+ }
113
+
114
+ [data-theme = 'dark' ] .footer {
115
+ background-color : var (--ifm-color-footer );
116
+ border-top : 1px solid # 44484f ;
117
+ color : var (--ifm-color-primary );
118
+ }
119
+
120
+ .footer__title {
121
+ color : var (--ifm-color-primary );
122
+ }
123
+
124
+ .footer__link-item {
125
+ color : var (--ifm-font-color );
126
+ }
0 commit comments