Skip to content

Commit 94fad26

Browse files
committed
fix: update background color opacity for shiki highlight and adjust text color for sugar high
1 parent b790759 commit 94fad26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/website/src/styles/shiki.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pre span.shiki-line-highlight {
4545
@apply relative z-0 inline-block w-full;
4646
&::after {
4747
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;
48+
@apply absolute top-0 left-0 -z-10 h-full w-full border-l-2 border-neutral-400 bg-neutral-500/20! opacity-40;
4949
}
5050
}
5151

apps/website/src/styles/sugar-high.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ pre.sh-line-numbers .sh__line::before {
4444
margin-right: 1rem;
4545
margin-left: 0.3rem;
4646
display: inline-block;
47-
@apply text-right font-mono text-xs text-neutral-400 dark:text-neutral-600;
47+
@apply text-right font-mono text-xs text-neutral-500;
4848
}

0 commit comments

Comments
 (0)