Skip to content

Commit 8588d19

Browse files
committed
fix: adjust line number margins and text color in Shiki styles
1 parent f394230 commit 8588d19

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/website/src/styles/shiki.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ pre.shiki-line-numbers code:has(.line:nth-child(2)) .line::before {
3434
content: counter(step);
3535
counter-increment: step;
3636
width: 0.5rem;
37-
margin-right: 1rem;
38-
margin-left: 0.3rem;
37+
margin-right: 1.3rem;
38+
margin-left: 0.2rem;
3939
display: inline-block;
40-
@apply text-right font-mono text-xs text-neutral-400 dark:text-neutral-600;
40+
@apply text-right font-mono text-xs text-neutral-500;
4141
}
4242

4343
/* Shiki Highlight */

0 commit comments

Comments
 (0)