27
27
--ifm-color-primary-darkest : # 4d34c4 ;
28
28
29
29
/* Typography */
30
- --ifm-font-family-base : "Euclid Circular A" , "Poppins" , -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, Oxygen,
31
- Ubuntu, Cantarell, "Open Sans" , "Helvetica Neue" , sans-serif;
30
+ --ifm-font-family-base : "Euclid Circular A" , "Poppins" , -apple-system,
31
+ BlinkMacSystemFont, "Segoe UI" , Roboto, Oxygen, Ubuntu, Cantarell,
32
+ "Open Sans" , "Helvetica Neue" , sans-serif;
32
33
--ifm-heading-font-weight : 700 ;
33
34
--ifm-font-weight-bold : 600 ;
34
35
64
65
65
66
/* Smooth transition for theme switch & interactive elements */
66
67
* {
67
- transition : color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
68
+ transition : color 0.15s ease, background-color 0.15s ease,
69
+ border-color 0.15s ease;
68
70
}
69
71
70
72
/* Custom scrollbar – slim & subtle */
@@ -94,17 +96,24 @@ body {
94
96
95
97
/* Buttons (using Infima classes) */
96
98
.button--primary {
97
- background : linear-gradient (135deg , var (--astro-blue ) 0% , var (--graph-purple ) 100% );
99
+ background : linear-gradient (
100
+ 135deg ,
101
+ var (--astro-blue ) 0% ,
102
+ var (--graph-purple ) 100%
103
+ );
98
104
color : # fff ;
99
105
border : none;
100
106
}
101
107
.button--primary : hover {
102
- background : linear-gradient (135deg , var (--astro-blue ) -20% , var (--graph-purple ) 120% );
108
+ background : linear-gradient (
109
+ 135deg ,
110
+ var (--astro-blue ) -20% ,
111
+ var (--graph-purple ) 120%
112
+ );
103
113
}
104
114
105
115
/* Navbar translucency & blur */
106
116
.navbar {
107
- backdrop-filter : blur (12px );
108
117
background-color : var (--ifm-navbar-background-color );
109
118
border-bottom : 1px solid rgba (255 , 255 , 255 , 0.05 );
110
119
}
@@ -194,7 +203,7 @@ blockquote {
194
203
code
195
204
.token .keyword ,
196
205
.plugin-docs .plugin-id-default [data-path *= "api-reference" ] .token .keyword {
197
- color : # c792ea ;
206
+ color : # c792ea ;
198
207
}
199
208
200
209
.plugin-docs
@@ -204,7 +213,7 @@ blockquote {
204
213
code
205
214
.token .type ,
206
215
.plugin-docs .plugin-id-default [data-path *= "api-reference" ] .token .type {
207
- color : # 82aaff ;
216
+ color : # 82aaff ;
208
217
}
209
218
210
219
.plugin-docs
@@ -214,7 +223,7 @@ blockquote {
214
223
code
215
224
.token .string ,
216
225
.plugin-docs .plugin-id-default [data-path *= "api-reference" ] .token .string {
217
- color : # c3e88d ;
226
+ color : # c3e88d ;
218
227
}
219
228
220
229
.plugin-docs
@@ -224,7 +233,7 @@ blockquote {
224
233
code
225
234
.token .property ,
226
235
.plugin-docs .plugin-id-default [data-path *= "api-reference" ] .token .property {
227
- color : # ff9cac ;
236
+ color : # ff9cac ;
228
237
}
229
238
230
239
.plugin-docs
@@ -349,4 +358,4 @@ blockquote {
349
358
background : rgba (255 , 255 , 255 , 0.06 );
350
359
padding : 0.1rem 0.3rem ;
351
360
border-radius : 0.2rem ;
352
- }
361
+ }
0 commit comments