55 */
66
77/* You can override the default Infima variables here. */
8- @import url ('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600;700&display=swap' );
9-
10- @font-face {
11- font-family : 'Atyp' ;
12- src : url ('/fonts/AtypDisplay-Regular.woff2' ) format ('woff2' ) font-weight 400 ;
13- src : url ('/fonts/AtypDisplay-Medium.woff2' ) format ('woff2' ) font-weight 500 ;
14- src : url ('/fonts/AtypDisplay-Semibold.woff2' ) format ('woff2' ) font-weight 600 ;
15- src : url ('/fonts/AtypDisplay-Bold.woff2' ) format ('woff2' ) font-weight 700 ;
16- }
178
189: root {
19- --ifm-font-family-base : 'IBM Plex Mono' , sans-serif; /* Set the default font to IBM Plex Sans */
10+ --ifm-font-family-base : "IBMPlexMono" , serif , sans-serif; /* Set the default font to IBM Plex Sans */
2011 --ifm-color-primary : # 000 ;
2112 --ifm-color-primary-dark : # 000033 ;
2213 --ifm-color-primary-darkest : # 0048f8 ;
2920 /* NEw COLORS */
3021 --background-color : # fff ;
3122 --text-color : # 202020 ;
32- --link-active : # 9E6C00 ;
23+ --link-active : # 9e6c00 ;
24+ --neutral-3 : # f0f0f0 ;
3325 --neutral-6 : # d9d9d9 ;
34-
26+ --neutral-7 : # cecece ;
27+ --neutral-11 : # 646464 ;
28+
3529 --ifm-navbar-background-color : var (--background-color );
3630 --ifm-navbar-link-color : var (--text-color );
3731 --ifm-navbar-link-hover-color : var (--link-active );
3832
3933 --ifm-menu-color : var (--text-color );
4034 --sidebar-menu-item_border : # d9d9d9 ;
41-
35+
4236 --ifm-color-primary-darker : var (--link-active );
4337
4438 --ifm-footer-link-color : var (--text-color );
4943 --ifm-pagination-nav-color-hover : var (--link-active );
5044 --ifm-font-weight-base : var (--ifm-font-weight-light );
5145 --ifm-heading-color : var (--text-color );
46+ --docsearch-searchbox-focus-background : var (--background-color ) !important ;
47+ --docsearch-modal-background : var (--background-color ) !important ;
48+ --docsearch-hit-background : var (--neutral-6 ) !important ;
49+ --docsearch-hit-active-color : var (--link-active ) !important ;
50+ --docsearch-highlight-color : var (--text-color ) !important ;
51+ --docsearch-text-color : var (--text-color ) !important ;
52+ --docsearch-hit-color : var (--text-color ) !important ;
53+ --docsearch-muted-color : var (--text-color ) !important ;
54+
55+ --ifm-link-color : var (--text-color );
56+ --ifm-color-content-secondary : var (--text-color ) !important ;
57+ --docsearch-primary-color : var (--text-color ) !important ;
5258}
5359
5460/* For readability concerns, you should choose a lighter palette in dark mode. */
55- [data-theme = ' dark' ] {
61+ [data-theme = " dark" ] {
5662 --ifm-color-primary : # fff ;
5763 --ifm-color-primary-dark : # 98beff ;
5864 --ifm-color-primary-darkest : # 0048f8 ;
6369 --docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.3 );
6470}
6571
66- @import url ('./navbar.css' );
67- @import url ('./sidebar.css' );
68- @import url ('./tags.css' );
69- @import url ('./pagination-nav.css' );
70- @import url ('./breadcrumbs.css' );
71- @import url ('./typography.css' );
72- @import url ('./toc.css' );
73-
74- : root {
75- --docsearch-modal-background : # 000 !important ;
76- --custom-color-gray-blue : rgb (62 72 105 / 37.5% );
77- }
72+ @import url ("./navbar.css" );
73+ @import url ("./sidebar.css" );
74+ @import url ("./tags.css" );
75+ @import url ("./pagination-nav.css" );
76+ @import url ("./breadcrumbs.css" );
77+ @import url ("./typography.css" );
78+ @import url ("./toc.css" );
7879
7980.main-wrapper a ,
8081.main-wrapper span ,
9293 z-index : -1 ;
9394}
9495
95- html [data-theme = ' dark' ] {
96+ html [data-theme = " dark" ] {
9697 background : var (--background-color );
9798 color : var (--text-color );
9899}
99100
100- [data-theme = ' dark' ] .footer {
101+ [data-theme = " dark" ] .footer {
101102 background : transparent;
102103 border-top : 1px solid var (--neutral-6 );
103104}
104105
106+ div [class *= "docRoot_node_modules-@docusaurus-theme-classic-lib-theme-DocRoot-Layout-styles-module" ] {
107+ max-width : 1440px ;
108+ margin : 0 auto;
109+ width : 100% ;
110+ }
111+
105112.alert {
106113 background : transparent;
107114 border : 1px solid var (--sidebar-menu-item_border );
@@ -135,10 +142,6 @@ div[class*=" searchLogoColumn"],
135142 display : none;
136143}
137144
138- div [class *= "docItemContainer" ] {
139- padding : 20px ;
140- }
141-
142145@media (min-width : 996px ) {
143146 .footer .container {
144147 padding : 0 ;
@@ -156,8 +159,8 @@ div[class*="docItemContainer"] {
156159
157160@media (max-width : 996px ) {
158161 .footer__col {
159- margin-bottom : 0 ;
160- flex-basis : 0 ;
162+ margin-bottom : 0 ;
163+ flex-basis : 0 ;
161164 }
162165
163166 .footer__links {
@@ -166,11 +169,9 @@ div[class*="docItemContainer"] {
166169 padding-left : 4rem ;
167170 }
168171
169-
170172 .footer__title {
171173 display : none;
172174 }
173-
174175}
175176
176177/* Main wrapper */
@@ -207,8 +208,7 @@ main > .container > .row {
207208.DocSearch-Button : hover svg {
208209 opacity : 1 ;
209210}
210- §
211- .DocSearch-Container > .DocSearch-Modal ,
211+ § .DocSearch-Container > .DocSearch-Modal ,
212212.DocSearch-Modal .DocSearch-Form {
213213 box-shadow : none;
214214 border : 1px solid var (--ifm-toc-border-color );
@@ -218,6 +218,10 @@ main > .container > .row {
218218 font-size : 1em ;
219219}
220220
221+ .DocSearch-Hit [aria-selected = "true" ] a {
222+ background : var (--neutral-3 ) !important ;
223+ }
224+
221225input [class ^= "searchQueryInput_" ] {
222226 border : 1px solid var (--ifm-toc-border-color );
223227 max-width : 480px ;
@@ -269,9 +273,7 @@ article h1,
269273 border-left-style : dashed;
270274}
271275
272- .markdown img
273-
274- .table-of-contents li a : hover {
276+ .markdown img .table-of-contents li a : hover {
275277 text-decoration : underline;
276278}
277279
@@ -293,8 +295,7 @@ article h1,
293295 text-transform : capitalize;
294296}
295297
296-
297- .youtube-player iframe {
298+ .youtube-player iframe {
298299 width : 100% ;
299300 aspect-ratio : 16 / 9 ;
300301}
@@ -305,4 +306,4 @@ article h1,
305306
306307aside .theme-doc-sidebar-container {
307308 border-right : none;
308- }
309+ }
0 commit comments