Skip to content

Commit d92ed99

Browse files
committed
chore: migrate inline styles to utility classes
1 parent d80bb81 commit d92ed99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ApiExplorer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { Aside } from '@astrojs/starlight/components'
4242
</style>
4343
4444
<section class="py-12">
45-
<h2 id="try-it-now" class="text-center" style="margin-bottom: 32px">Try it now!</h2>
45+
<h2 id="try-it-now" class="text-center mb-10">Try it now!</h2>
4646
4747
<Aside type="tip" title="Need a hint?">
4848
Try <code>pokemon/ditto</code>, <code>pokemon-species/aegislash</code>, <code>type/3</code>,
@@ -104,11 +104,11 @@ import { Aside } from '@astrojs/starlight/components'
104104
>
105105
</label>
106106
<button
107-
style="font-weight: bolder"
108107
id="sendRequestSubmit"
109108
class="
110109
bg-(--sl-color-accent)
111110
text-(--sl-color-white)
111+
font-semibold
112112
p-3 rounded-md
113113
cursor-pointer
114114
w-full

0 commit comments

Comments
 (0)