We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b790759 commit 94fad26Copy full SHA for 94fad26
2 files changed
apps/website/src/styles/shiki.css
@@ -45,7 +45,7 @@ pre span.shiki-line-highlight {
45
@apply relative z-0 inline-block w-full;
46
&::after {
47
content: "";
48
- @apply absolute top-0 left-0 -z-10 h-full w-full border-l-2 border-neutral-400 bg-neutral-600/20! opacity-40;
+ @apply absolute top-0 left-0 -z-10 h-full w-full border-l-2 border-neutral-400 bg-neutral-500/20! opacity-40;
49
}
50
51
apps/website/src/styles/sugar-high.css
@@ -44,5 +44,5 @@ pre.sh-line-numbers .sh__line::before {
44
margin-right: 1rem;
margin-left: 0.3rem;
display: inline-block;
- @apply text-right font-mono text-xs text-neutral-400 dark:text-neutral-600;
+ @apply text-right font-mono text-xs text-neutral-500;
0 commit comments