4
4
* work well for content-centric websites.
5
5
*/
6
6
7
- .navbar__title {
8
- font-size : 2em ;
9
- }
10
-
11
7
.menu__list-item-collapsible {
12
8
font-weight : bold;
13
9
}
17
13
}
18
14
19
15
body {
16
+ background-color : var (--ifm-background-color );
20
17
background-position : 98% 98% ;
21
18
background-repeat : no-repeat;
22
19
background-size : 15em ;
23
20
background-attachment : fixed;
24
- font-family : "Lato" , sans-serif;
25
- }
26
-
27
- /*
28
- nav.navbar {
29
- -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 24%);
30
- box-shadow: 0 4px 16px rgb(0 0 0 / 24%);
31
- }
32
- */
33
-
34
- /* .menu__link {
35
- order: 1;
36
- } */
37
-
38
- .navbar-cta-button {
39
- color : var (--ifm-button-color );
40
- font-weight : bolder;
41
- order : 2 ;
42
- margin-left : 2em ;
43
- }
44
-
45
- .navbar-cta-button : hover {
46
- color : var (--ifm-button-color );
47
- }
48
-
49
- .navbar-sidebar__item .navbar-cta-button {
50
- margin-left : inherit;
51
- }
52
-
53
-
54
- .header-accelerate-button {
55
- color : # ebedf0 ;
56
- }
57
-
58
- .header-accelerate-button : hover {
59
- color : # ebedf0 ;
60
- }
61
-
62
- .menu__caret : before {
63
- background : var (--ifm-menu-link-sublist-icon ) 50% / 2rem 1.5rem ;
64
- }
65
-
66
- li > ul .menu__list {
67
- margin-left : 1em ;
68
- }
69
-
70
- .theme-admonition {
71
- max-width : 1200px ;
21
+ font-family : 'Optimistic Text' , -apple-system, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji' , 'Segoe UI Emoji' , 'Segoe UI Symbol' , 'Noto Color Emoji' ;
22
+ font-size : 17px ;
23
+ line-height : 30px ;
72
24
}
73
25
74
26
.pagination-nav__link {
75
27
max-width : 700px ;
76
28
}
77
29
78
-
79
30
/* You can override the default Infima variables here. */
80
31
: root {
81
- --ifm-container-width-xl : 90% ;
82
32
--ifm-code-font-size : 95% ;
83
33
--ifm-menu-color : var (--c-gray-100 );
84
34
--ifm-menu-link-padding-horizontal : 0.25rem ;
@@ -97,7 +47,7 @@ li > ul.menu__list {
97
47
--aa-input-border-color-alpha : var (--ifm-toc-border-color );
98
48
--aa-primary-color-rgb : var (--ifm-toc-border-color ) !important ;
99
49
100
- --ifm-button-color : white ;
50
+ --mg-bg : rgb ( 16 36 69 / 27 % ) ;
101
51
}
102
52
103
53
/* For readability concerns, you should choose a lighter palette in dark mode. */
@@ -110,8 +60,13 @@ li > ul.menu__list {
110
60
--ifm-color-primary-lighter : # 72a1ed ;
111
61
--ifm-color-primary-lightest : # 9abcf2 ;
112
62
--ifm-card-background-color : # eeeeee14 ;
63
+ --ifm-button-color : # ccc ;
113
64
--docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.3 );
114
- --ifm-button-color : white;
65
+ }
66
+
67
+ [data-theme = 'dark' ] ::selection {
68
+ color : # 67ffded2 ;
69
+ background-color : # 00fff61d ;
115
70
}
116
71
117
72
.button--lg {
@@ -139,14 +94,11 @@ li > ul.menu__list {
139
94
background : url ("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' 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;
140
95
}
141
96
142
- [data-theme = 'dark' ] ::selection {
143
- color : # 000 ;
144
- background-color : yellow;
145
- }
146
-
147
97
html [data-theme = 'dark' ] {
148
- --ifm-background-color : # 1e2125 ;
149
- --ifm-background-surface-color : # 1b1e22 ;
98
+ --ifm-background-surface-color : # 030711 ;
99
+ --ifm-navbar-background-color : # 030711 ;
100
+ --ifm-background-color : # 030711 ;
101
+ background : transparent;
150
102
}
151
103
152
104
table tr td {
@@ -224,16 +176,6 @@ html[data-theme='dark'] {
224
176
background : url ("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' 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;
225
177
}
226
178
227
- .footer {
228
- padding-left : 0 ;
229
- padding-right : 0 ;
230
- }
231
-
232
- .footer__copyright {
233
- text-align : center;
234
- margin : 0 var (--ifm-spacing-horizontal );
235
- font-size : 11px ;
236
- }
237
179
238
180
svg .landingLogo path {
239
181
fill : # ebedf0
@@ -283,31 +225,6 @@ svg.landingLogo path {
283
225
text-decoration : line-through;
284
226
}
285
227
286
- .footer__logo {
287
- max-width : 80% ;
288
- }
289
- .footer__links {
290
- width : 75% ;
291
- float : right;
292
- }
293
- .footer__bottom {
294
- width : 25% ;
295
- }
296
- .footer__bottom > div {
297
- text-align : left;
298
- }
299
- .footer--dark {
300
- --ifm-footer-background-color : # 0a1922 ;
301
- --ifm-footer-padding-vertical : 85px ;
302
- }
303
- .footer__copyright {
304
- margin-left : 0 ;
305
- }
306
-
307
- .footer__bottom > div > a {
308
- opacity : 0.9 ;
309
- }
310
-
311
228
.github_buttons > ul {
312
229
list-style-type : none;
313
230
padding-left : 0px ;
@@ -342,41 +259,3 @@ svg.landingLogo path {
342
259
aside .col .col--3 {
343
260
--ifm-col-width : calc (2.5 / 12 * 100% );
344
261
}
345
-
346
-
347
- /**
348
- * Imported from atmos.tool
349
- */
350
-
351
- li .menu__list-item .hidden {
352
- display : none;
353
- }
354
-
355
- li .sidebar-title > div > a .menu__link {
356
- text-transform : uppercase;
357
- color : # b1b1b1 ;
358
- }
359
-
360
- li .sidebar-title {
361
- border-top : 1px solid # 6666663b ;
362
- padding-top : 1.2em ;
363
- margin-top : 1.2em ;
364
- }
365
-
366
- li .sidebar-title : first-child {
367
- border-top : none;
368
- margin-top : inherit;
369
- }
370
-
371
- li .sidebar-title .menu__list-item : not (: first-child ) {
372
- margin-top : 1.2em !important ;
373
- }
374
-
375
- li .sidebar-title > ul : first .menu__list .menu__list {
376
- padding-left : 0 ;
377
- }
378
-
379
- .sidebar-title > ul .menu__list {
380
- margin-left : 0 ;
381
- padding-left : 0 ;
382
- }
0 commit comments