@@ -132,7 +132,7 @@ hide-feedback: true
132132 background-image: linear-gradient(var(--background) 25%, color-mix(in srgb, var(--background) 70%, transparent) 100%);
133133 }
134134 }
135-
135+
136136 @keyframes moveUp {
137137 0% {
138138 transform: translateY(0);
@@ -198,7 +198,7 @@ hide-feedback: true
198198 p {
199199 display: none !important;
200200 }
201-
201+
202202 button {
203203 font-size: 0.75rem;
204204 padding: 0 !important;
@@ -216,7 +216,7 @@ hide-feedback: true
216216 transition: box-shadow 0.2s ease-in-out;
217217 position: relative;
218218 overflow: hidden;
219-
219+
220220 p {
221221 color: var(--grayscale-1) !important;
222222 font-weight: 600;
@@ -254,7 +254,7 @@ hide-feedback: true
254254
255255 &:before {
256256 opacity: 0.5;
257- animation:
257+ animation:
258258 slideBlurLeft 6s cubic-bezier(0.45, 0, 0.55, 1) infinite,
259259 floatVerticalLeft 4s ease-in-out infinite,
260260 fadeEdges 6s ease-in-out infinite;
@@ -263,7 +263,7 @@ hide-feedback: true
263263
264264 &:after {
265265 opacity: 0.5;
266- animation:
266+ animation:
267267 slideBlurRight 6s cubic-bezier(0.45, 0, 0.55, 1) infinite,
268268 floatVerticalRight 4s ease-in-out infinite,
269269 fadeEdges 6s ease-in-out infinite;
@@ -279,7 +279,7 @@ hide-feedback: true
279279 &:hover {
280280 &:before {
281281 opacity: 0.5;
282- animation:
282+ animation:
283283 slideBlurLeft 6s cubic-bezier(0.45, 0, 0.55, 1) infinite,
284284 floatVerticalLeft 4s ease-in-out infinite,
285285 fadeEdgesDark 6s ease-in-out infinite;
@@ -288,7 +288,7 @@ hide-feedback: true
288288
289289 &:after {
290290 opacity: 0.5;
291- animation:
291+ animation:
292292 slideBlurRight 6s cubic-bezier(0.45, 0, 0.55, 1) infinite,
293293 floatVerticalRight 4s ease-in-out infinite,
294294 fadeEdgesDark 6s ease-in-out infinite;
@@ -464,11 +464,11 @@ hide-feedback: true
464464
465465 .fern-card {
466466 padding: 1rem;
467-
467+
468468 .font-semibold {
469469 font-size: 1.25rem;
470470 line-height: 1.5rem;
471- }
471+ }
472472 }
473473 }
474474
@@ -506,9 +506,10 @@ hide-feedback: true
506506 </div >
507507 <div class = " search-options" >
508508 <p class = " t-muted" >Popular searches</p >
509- <button class = " fern-button minimal" >Transfers API</button >
510- <button class = " fern-button minimal" >How to send transactions</button >
511- <button class = " fern-button minimal" >NFT smart contract</button >
509+ <a href = " /reference/transfers-api-quickstart" ><button class = " fern-button minimal" >Transfers API</button ></a >
510+ <a href = " /docs/sending-transactions" ><button class = " fern-button minimal" >How to send transactions</button ></a >
511+ <a href = " /docs/how-to-create-an-nft" ><button class = " fern-button
512+ minimal" >NFT smart contract</button ></a >
512513 </div >
513514 </div >
514515 </div >
0 commit comments