Skip to content

Commit 925fba5

Browse files
committed
chore: update highlighted line styles in code blocks with emerald color adjustments
1 parent 9a19a3f commit 925fba5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ pre.shiki code :is(span.line.highlighted, span.line.diff.remove, span.line.diff.
197197
}
198198

199199
pre.shiki code span.line.highlighted {
200-
background-color: --alpha(var(--color-cyan-300) / 10%) !important;
201-
box-shadow: inset 0.25rem 0 0 var(--color-cyan-500) !important;
200+
background-color: --alpha(var(--color-emerald-300) / 10%) !important;
201+
box-shadow: inset 0.25rem 0 0 var(--color-emerald-500) !important;
202202
}
203203

204204
html[data-theme="dark"] pre.shiki code span.line.highlighted {

0 commit comments

Comments
 (0)