@@ -131,9 +131,7 @@ textarea:not([rows]) {
131
131
: root {
132
132
/* webfonts */
133
133
font-family : var (--font-family );
134
- font-feature-settings :
135
- "liga" on,
136
- "calt" on;
134
+ font-feature-settings : "liga" on, "calt" on;
137
135
138
136
/* fallback to slightly thinner font on browsers without variable 'wght' support */
139
137
font-weight : 350 ;
@@ -143,9 +141,9 @@ textarea:not([rows]) {
143
141
144
142
/* MARK: Variables
145
143
*/
146
- --font-family :
147
- "Inter var " , system-ui , -apple-system , BlinkMacSystemFont , "Segoe UI ",
148
- Roboto , Oxygen , Ubuntu , Cantarell , "Open Sans" , "Helvetica Neue" , sans-serif;
144
+ --font-family : "Inter var" , system-ui , -apple-system , BlinkMacSystemFont ,
145
+ "Segoe UI " , Roboto , Oxygen , Ubuntu , Cantarell , "Open Sans" , "Helvetica Neue ",
146
+ sans-serif;
149
147
--color-brand : 56.6% 0.194 147.7 ;
150
148
--color-brand-300 : 0.84 0.0699 157.51 ;
151
149
--color-brand-200 : 0.91 0.0406 157.72 ;
@@ -262,10 +260,9 @@ textarea:not([rows]) {
262
260
263
261
@supports (font-variation-settings : normal) {
264
262
: root {
265
- --font-family :
266
- InterVariable, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI" ,
267
- Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans" , "Helvetica Neue" ,
268
- sans-serif;
263
+ --font-family : InterVariable, system-ui, -apple-system, BlinkMacSystemFont,
264
+ "Segoe UI" , Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans" ,
265
+ "Helvetica Neue" , sans-serif;
269
266
}
270
267
271
268
h1 ,
@@ -951,6 +948,10 @@ main {
951
948
--atomic-border-radius-md : 0 ;
952
949
--atomic-border-radius : 0 ;
953
950
--atomic-font-family : var (--font-family );
951
+
952
+ atomic-search-box {
953
+ z-index : 0 ;
954
+ }
954
955
}
955
956
956
957
atomic-search-interface {
@@ -1209,9 +1210,7 @@ nav.sidebar.sidebar__mobile-open {
1209
1210
border-radius : 5px 0 0 5px ;
1210
1211
color : oklch (0 0 0 / 0.75 );
1211
1212
text-decoration : none;
1212
- transition :
1213
- background-color 0.2s ease,
1214
- color 0.2s ease;
1213
+ transition : background-color 0.2s ease, color 0.2s ease;
1215
1214
1216
1215
& : hover {
1217
1216
background-color : oklch (var (--color-brand ) / 0.08 );
0 commit comments