Skip to content

Commit 1d1f450

Browse files
authored
fix: correct code colors (#2362)
1 parent 4991268 commit 1d1f450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
--fg: oklch(1 0 0);
154154
--fg-muted: oklch(0.769 0 0);
155155
--fg-subtle: oklch(0.693 0 0);
156+
156157
/* border, separator colors */
157158
--border: oklch(0.769 0 0);
158159
--border-subtle: oklch(0.739 0 0);
@@ -274,8 +275,7 @@ dd {
274275
}
275276

276277
/* Shiki theme colors */
277-
/* html.light .shiki { */
278-
html .shiki {
278+
html.light .shiki {
279279
color: var(--shiki-light) !important;
280280
background-color: var(--shiki-light-bg) !important;
281281

0 commit comments

Comments
 (0)