Skip to content

Commit ef5f512

Browse files
committed
steps css
1 parent bd0aefa commit ef5f512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/www/components/mdx-components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const components = {
196196
<StyleWrapper styleName={__style__}>
197197
<pre
198198
className={cn(
199-
"mb-4 mt-6 max-h-[650px] overflow-x-auto rounded-lg border bg-zinc-950 py-4 dark:bg-zinc-900",
199+
"mb-4 mt-6 max-h-[650px] overflow-x-auto rounded-lg border bg-background py-4",
200200
className
201201
)}
202202
{...props}

apps/www/styles/sparkstack_globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
}
328328

329329
.step:before {
330-
@apply absolute inline-flex items-center justify-center font-mono text-base font-medium text-center border-4 rounded-full w-9 h-9 bg-muted -indent-px border-background;
330+
@apply absolute inline-flex items-center justify-center font-mono text-base font-medium text-center border-4 rounded-2xl w-9 h-9 bg-muted backdrop-blur -indent-px border-background;
331331
@apply ml-[-50px] mt-[-4px];
332332
content: counter(step);
333333
}

0 commit comments

Comments
 (0)