@@ -35,7 +35,7 @@ header#fern-header a.fern-button.filled.normal.primary:after {
35
35
top : 50% ;
36
36
width : 7.5rem ;
37
37
height : 7.5rem ;
38
- background-image : url (' https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/alchemy-bg-button-blur.png' );
38
+ background-image : url (" https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/alchemy-bg-button-blur.png" );
39
39
background-size : contain;
40
40
background-repeat : no-repeat;
41
41
background-position : center;
@@ -53,15 +53,15 @@ header#fern-header a.fern-button.filled.normal.primary:after {
53
53
}
54
54
header # fern-header a .fern-button .filled .normal .primary : hover : before {
55
55
opacity : 0.5 ;
56
- animation :
56
+ animation :
57
57
slideBlurLeft 6s cubic-bezier (0.45 , 0 , 0.55 , 1 ) infinite,
58
58
floatVerticalLeft 4s ease-in-out infinite,
59
59
fadeEdges 6s ease-in-out infinite;
60
60
animation-fill-mode : both;
61
61
}
62
62
header # fern-header a .fern-button .filled .normal .primary : hover : after {
63
63
opacity : 0.5 ;
64
- animation :
64
+ animation :
65
65
slideBlurRight 6s cubic-bezier (0.45 , 0 , 0.55 , 1 ) infinite,
66
66
floatVerticalRight 4s ease-in-out infinite,
67
67
fadeEdges 6s ease-in-out infinite;
@@ -75,15 +75,15 @@ header#fern-header a.fern-button.filled.normal.primary:hover:after {
75
75
}
76
76
: is (.dark ) header # fern-header a .fern-button .filled .normal .primary : hover : before {
77
77
opacity : 0.5 ;
78
- animation :
78
+ animation :
79
79
slideBlurLeft 6s cubic-bezier (0.45 , 0 , 0.55 , 1 ) infinite,
80
80
floatVerticalLeft 4s ease-in-out infinite,
81
81
fadeEdgesDark 6s ease-in-out infinite;
82
82
animation-fill-mode : both;
83
83
}
84
84
: is (.dark ) header # fern-header a .fern-button .filled .normal .primary : hover : after {
85
85
opacity : 0.5 ;
86
- animation :
86
+ animation :
87
87
slideBlurRight 6s cubic-bezier (0.45 , 0 , 0.55 , 1 ) infinite,
88
88
floatVerticalRight 4s ease-in-out infinite,
89
89
fadeEdgesDark 6s ease-in-out infinite;
@@ -164,7 +164,8 @@ header#fern-header a.fern-button.filled.normal.primary:hover:after {
164
164
165
165
/* ----- HERO BUTTON ANIMATIONS ----- */
166
166
@keyframes slideBlurLeft {
167
- 0% , 100% {
167
+ 0% ,
168
+ 100% {
168
169
left : 25% ;
169
170
}
170
171
33% {
@@ -182,7 +183,8 @@ header#fern-header a.fern-button.filled.normal.primary:hover:after {
182
183
}
183
184
184
185
@keyframes slideBlurRight {
185
- 0% , 100% {
186
+ 0% ,
187
+ 100% {
186
188
right : 25% ;
187
189
}
188
190
33% {
@@ -200,7 +202,8 @@ header#fern-header a.fern-button.filled.normal.primary:hover:after {
200
202
}
201
203
202
204
@keyframes floatVerticalLeft {
203
- 0% , 100% {
205
+ 0% ,
206
+ 100% {
204
207
transform : translate (-50% , -60% );
205
208
}
206
209
25% {
@@ -215,7 +218,8 @@ header#fern-header a.fern-button.filled.normal.primary:hover:after {
215
218
}
216
219
217
220
@keyframes floatVerticalRight {
218
- 0% , 100% {
221
+ 0% ,
222
+ 100% {
219
223
transform : translate (50% , -60% );
220
224
}
221
225
25% {
@@ -230,24 +234,27 @@ header#fern-header a.fern-button.filled.normal.primary:hover:after {
230
234
}
231
235
232
236
@keyframes fadeEdges {
233
- 0% , 100% {
237
+ 0% ,
238
+ 100% {
234
239
opacity : 0.3 ;
235
240
}
236
- 33% , 66% {
241
+ 33% ,
242
+ 66% {
237
243
opacity : 0.5 ;
238
244
}
239
245
}
240
246
241
247
@keyframes fadeEdgesDark {
242
- 0% , 100% {
248
+ 0% ,
249
+ 100% {
243
250
opacity : 0.1 ;
244
251
}
245
- 33% , 66% {
252
+ 33% ,
253
+ 66% {
246
254
opacity : 0.3 ;
247
255
}
248
256
}
249
257
250
-
251
258
.fern-anchor {
252
259
border-radius : 50% !important ;
253
260
}
@@ -297,6 +304,10 @@ header#fern-header a.fern-button.filled.normal.primary:hover:after {
297
304
color : rgba (var (--body-text ), 1 ) !important ;
298
305
}
299
306
307
+ .fern-sidebar-link .break-words {
308
+ overflow-wrap : anywhere !important ;
309
+ }
310
+
300
311
/* this selects section headings in the sidebar */
301
312
.fern-sidebar-link-container .font-semibold : not ([data-state = "active" ])
302
313
.fern-sidebar-link
@@ -323,4 +334,5 @@ header#fern-header a.fern-button.filled.normal.primary:hover:after {
323
334
}
324
335
: is (.light ) .callout-outlined-tip {
325
336
background-color : # f0fdf4 !important ;
326
- }
337
+ }
338
+
0 commit comments