We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f394230 commit 8588d19Copy full SHA for 8588d19
1 file changed
apps/website/src/styles/shiki.css
@@ -34,10 +34,10 @@ pre.shiki-line-numbers code:has(.line:nth-child(2)) .line::before {
34
content: counter(step);
35
counter-increment: step;
36
width: 0.5rem;
37
- margin-right: 1rem;
38
- margin-left: 0.3rem;
+ margin-right: 1.3rem;
+ margin-left: 0.2rem;
39
display: inline-block;
40
- @apply text-right font-mono text-xs text-neutral-400 dark:text-neutral-600;
+ @apply text-right font-mono text-xs text-neutral-500;
41
}
42
43
/* Shiki Highlight */
0 commit comments