8
8
9
9
/* You can override the default Infima variables here. */
10
10
: root {
11
- --ifm-color-primary : # 004eff ;
11
+ --ifm-color-primary : # 006399 ;
12
12
--ifm-color-primary-dark : # 1b47c2 ;
13
13
--ifm-color-primary-darker : # 1941b1 ;
14
14
--ifm-color-primary-darkest : # 153693 ;
25
25
26
26
/* For readability concerns, you should choose a lighter palette in dark mode. */
27
27
[data-theme = 'dark' ] {
28
- --ifm-color-primary : # 3e76ff ;
28
+ --ifm-color-primary : # 006399 ;
29
29
--ifm-color-primary-dark : # 1b47c2 ;
30
30
--ifm-color-primary-darker : # 1941b1 ;
31
31
--ifm-color-primary-darkest : # 153693 ;
37
37
}
38
38
39
39
@media (min-width : 1536px ) {
40
+
40
41
body ,
41
42
.navbar {
42
43
display : flex;
75
76
padding-block-end : 0.5rem ;
76
77
}
77
78
78
- .theme-doc-sidebar-item-category-level-1
79
- > .menu__list-item-collapsible
80
- > .menu__link--sublist {
79
+ .theme-doc-sidebar-item-category-level-1 > .menu__list-item-collapsible > .menu__link--sublist {
81
80
font-size : 13px ;
82
81
font-weight : 600 ;
83
82
line-height : 20px ;
84
83
color : # 213547 ;
85
84
}
86
85
87
- [data-theme = 'dark' ]
88
- .theme-doc-sidebar-item-category-level-1
89
- > .menu__list-item-collapsible
90
- > .menu__link--sublist {
86
+ [data-theme = 'dark' ] .theme-doc-sidebar-item-category-level-1 > .menu__list-item-collapsible > .menu__link--sublist {
91
87
color : rgb (255 , 255 , 255 , 0.87 );
92
88
}
93
89
116
112
.menu__link--active : not (.menu__link--sublist ) {
117
113
font-weight : 600 ;
118
114
transition : color 0.25s ;
119
- color : # 3e76ff ;
115
+ color : # 006399 ;
120
116
font-size : 13px ;
121
117
border-left-style : solid;
122
118
border-left-width : 4px ;
123
119
padding-left : 8px !important ;
124
120
}
125
121
126
- .menu__link--active : is (
127
- .theme-doc-sidebar-item-category-level-2
128
- > .menu__list-item-collapsible
129
- > .menu__link--sublist
130
- ) {
122
+ [data-theme = "dark" ] a ,
123
+ [data-theme = "dark" ] .menu__link--active : not (.menu__link--sublist ),
124
+ [data-theme = "dark" ] .breadcrumbs__item--active .breadcrumbs__link {
125
+ color : # 2690C9 ;
126
+ }
127
+
128
+ .menu__link--active : is (.theme-doc-sidebar-item-category-level-2 > .menu__list-item-collapsible > .menu__link--sublist ) {
131
129
font-weight : 600 ;
132
130
transition : color 0.25s ;
133
- color : # 3e76ff ;
131
+ color : # 006399 ;
134
132
font-size : 13px ;
135
133
border-left-style : solid;
136
134
border-left-width : 4px ;
137
135
padding-left : 8px !important ;
138
136
}
139
137
140
- [data-theme = 'dark' ]
141
- .theme-doc-sidebar-item-category-level-2 : has (
142
- > ul .menu__list > li > a .menu__link--active
143
- )
144
- > .menu__list-item-collapsible
145
- > a .menu__link {
138
+ [data-theme = 'dark' ] .theme-doc-sidebar-item-category-level-2 : has (> ul .menu__list > li > a .menu__link--active )> .menu__list-item-collapsible > a .menu__link {
146
139
border-left-style : none;
147
140
border-left-width : 0px ;
148
141
color : rgb (235 , 235 , 235 , 0.6 );
156
149
padding : 6px 12px !important ;
157
150
}
158
151
159
- .theme-doc-sidebar-item-category-level-2 : has (
160
- > ul .menu__list > li > a .menu__link--active
161
- )
162
- > .menu__list-item-collapsible
163
- > a .menu__link {
152
+ .theme-doc-sidebar-item-category-level-2 : has (> ul .menu__list > li > a .menu__link--active )> .menu__list-item-collapsible > a .menu__link {
164
153
border-left-style : none;
165
154
border-left-width : 0px ;
166
155
color : rgba (60 , 60 , 60 , 0.7 );
181
170
transition : color 0.5s ;
182
171
}
183
172
184
- [data-theme = 'dark' ]
185
- .theme-doc-sidebar-item-category-level-2 : has (
186
- > ul .menu__list > li > a .menu__link--active
187
- )
188
- > .menu__list-item-collapsible
189
- > a .menu__link : hover {
173
+ [data-theme = 'dark' ] .theme-doc-sidebar-item-category-level-2 : has (> ul .menu__list > li > a .menu__link--active )> .menu__list-item-collapsible > a .menu__link : hover {
190
174
color : rgb (255 , 255 , 255 );
191
175
font-size : 13px ;
192
176
font-weight : 600 ;
193
177
transition : color 0.5s ;
194
178
}
195
179
196
- .theme-doc-sidebar-item-category-level-2 : has (
197
- > ul .menu__list > li > a .menu__link--active
198
- )
199
- > .menu__list-item-collapsible
200
- > a .menu__link : hover {
180
+ .theme-doc-sidebar-item-category-level-2 : has (> ul .menu__list > li > a .menu__link--active )> .menu__list-item-collapsible > a .menu__link : hover {
201
181
color : # 213447 ;
202
182
font-size : 13px ;
203
183
font-weight : 600 ;
213
193
214
194
.theme-doc-sidebar-menu .menu__list-item .menu__caret : before ,
215
195
.theme-doc-sidebar-menu .menu__list-item .menu__link--sublist : after {
216
- background : url (data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDEwIDggNmwtNCA0IiBzdHJva2U9IiMxQjI3MzgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)
217
- 50% no-repeat;
196
+ background : url (data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDEwIDggNmwtNCA0IiBzdHJva2U9IiMxQjI3MzgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) 50% no-repeat;
218
197
height : 1.5rem ;
219
198
min-height : 29.5px ;
220
199
min-width : 1.5rem ;
221
200
width : 1.5rem ;
222
201
background-size : 12px 12px ;
223
202
}
224
203
225
- .theme-doc-sidebar-item-category-level-1
226
- > .menu__list-item-collapsible
227
- > .menu__link--sublist .theme-doc-sidebar-menu
228
- .menu__list-item
229
- .menu__caret : before ,
204
+ .theme-doc-sidebar-item-category-level-1 > .menu__list-item-collapsible > .menu__link--sublist .theme-doc-sidebar-menu .menu__list-item .menu__caret : before ,
230
205
.theme-doc-sidebar-menu .menu__list-item .menu__link--sublist : after {
231
206
background : none;
232
207
height : 1.5rem ;
235
210
width : 1.5rem ;
236
211
}
237
212
238
- .theme-doc-sidebar-item-category-level-3
239
- > .menu__list-item-collapsible
240
- > .menu__link--sublist .theme-doc-sidebar-menu
241
- .menu__list-item
242
- .menu__caret : before ,
213
+ .theme-doc-sidebar-item-category-level-3 > .menu__list-item-collapsible > .menu__link--sublist .theme-doc-sidebar-menu .menu__list-item .menu__caret : before ,
243
214
.theme-doc-sidebar-menu .menu__list-item .menu__link--sublist : after {
244
- background : url (data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDEwIDggNmwtNCA0IiBzdHJva2U9IiMxQjI3MzgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)
245
- 50% no-repeat;
215
+ background : url (data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDEwIDggNmwtNCA0IiBzdHJva2U9IiMxQjI3MzgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) 50% no-repeat;
246
216
height : 1.5rem ;
247
217
min-height : 29.5px ;
248
218
min-width : 1.5rem ;
251
221
background-size : 12px 12px ;
252
222
}
253
223
254
- .theme-doc-sidebar-item-category-level-2
255
- > .menu__list-item-collapsible
256
- > .menu__link--sublist {
224
+ .theme-doc-sidebar-item-category-level-2 > .menu__list-item-collapsible > .menu__link--sublist {
257
225
margin-bottom : -6px ;
258
226
margin-top : -6px ;
259
227
}
260
228
261
- .theme-doc-sidebar-item-category-level-3
262
- > .menu__list-item-collapsible
263
- > .menu__link--sublist {
229
+ .theme-doc-sidebar-item-category-level-3 > .menu__list-item-collapsible > .menu__link--sublist {
264
230
margin-bottom : -6px ;
265
231
margin-top : -6px ;
266
232
}
267
233
268
- .theme-doc-sidebar-item-category-level-4
269
- > .menu__list-item-collapsible
270
- > .menu__link--sublist {
234
+ .theme-doc-sidebar-item-category-level-4 > .menu__list-item-collapsible > .menu__link--sublist {
271
235
margin-bottom : -6px ;
272
236
margin-top : -6px ;
273
237
}
@@ -322,13 +286,9 @@ h3.description {
322
286
margin-top : 0px ;
323
287
}
324
288
325
- # __docusaurus
326
- > nav
327
- > div .navbar__inner
328
- > div .navbar__items .navbar__items--right
329
- > a : nth-child (4 ) {
330
- background-color : # 004eff ;
331
- border-radius : var (--rounded-full , 9999px );
289
+ # __docusaurus > nav > div .navbar__inner > div .navbar__items .navbar__items--right > a : nth-child (4 ) {
290
+ background-color : # 006399 ;
291
+ border-radius : 8px ;
332
292
color : # f3f5f7 ;
333
293
font-size : 0.75rem ;
334
294
font-weight : 500 ;
@@ -340,12 +300,7 @@ h3.description {
340
300
line-height : 1.25rem ;
341
301
}
342
302
343
- # __docusaurus
344
- > nav
345
- > div .navbar__inner
346
- > div .navbar__items .navbar__items--right
347
- > a
348
- > svg {
303
+ # __docusaurus > nav > div .navbar__inner > div .navbar__items .navbar__items--right > a > svg {
349
304
display : none;
350
305
}
351
306
@@ -367,13 +322,11 @@ h3.description {
367
322
content : '' ;
368
323
height : 100% ;
369
324
display : block;
370
- background : url ("data:image/svg+xml,%3Csvg fill='%23505050' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E" )
371
- no-repeat;
325
+ background : url ("data:image/svg+xml,%3Csvg fill='%23505050' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E" ) no-repeat;
372
326
}
373
327
374
328
html [data-theme = 'dark' ] .navbar--github-link : before {
375
- background : url ("data:image/svg+xml,%3Csvg fill='%23ebebeb99' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E" )
376
- no-repeat;
329
+ background : url ("data:image/svg+xml,%3Csvg fill='%23ebebeb99' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E" ) no-repeat;
377
330
}
378
331
379
332
.navbar--discord-link {
@@ -521,7 +474,7 @@ html[data-theme="dark"] .one {
521
474
}
522
475
523
476
.card : hover {
524
- border : 1px solid # 3e76ff ;
477
+ border : 1px solid # 006399 ;
525
478
}
526
479
527
480
.card-icon {
@@ -533,7 +486,7 @@ html[data-theme="dark"] .one {
533
486
}
534
487
535
488
.icon-style {
536
- color : # 3e76ff ;
489
+ color : # 006399 ;
537
490
}
538
491
539
492
.card-title {
@@ -723,8 +676,7 @@ html[data-theme='dark'] {
723
676
font-weight : 400 ;
724
677
--tw-numeric-spacing : tabular-nums;
725
678
width : 100% ;
726
- font-variant-numeric : var (--tw-ordinal ) var (--tw-slashed-zero )
727
- var (--tw-numeric-figure ) var (--tw-numeric-spacing ) var (--tw-numeric-fraction );
679
+ font-variant-numeric : var (--tw-ordinal ) var (--tw-slashed-zero ) var (--tw-numeric-figure ) var (--tw-numeric-spacing ) var (--tw-numeric-fraction );
728
680
}
729
681
730
682
[data-theme = 'dark' ] table tr : nth-child (2n) {
@@ -758,7 +710,8 @@ table thead tr {
758
710
margin : 10px ;
759
711
}
760
712
761
- img [src *= '#center' ], img .center {
713
+ img [src *= '#center' ],
714
+ img .center {
762
715
display : block;
763
716
border-radius : 0.75rem ;
764
717
float : none;
@@ -772,8 +725,7 @@ img[src*='#center'], img.center {
772
725
}
773
726
774
727
[data-theme = 'dark' ] img [src *= '#center' ],
775
- [data-theme = 'dark' ] img .center
776
- {
728
+ [data-theme = 'dark' ] img .center {
777
729
display : block;
778
730
border-radius : 0.75rem ;
779
731
float : none;
@@ -826,6 +778,7 @@ html:not([data-theme]) .themedComponent--light_NVdE {
826
778
}
827
779
828
780
@media (min-width : 1455px ) {
781
+
829
782
body ,
830
783
.navbar {
831
784
width : 100% ;
0 commit comments