We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4991268 commit 1d1f450Copy full SHA for 1d1f450
1 file changed
app/assets/main.css
@@ -153,6 +153,7 @@
153
--fg: oklch(1 0 0);
154
--fg-muted: oklch(0.769 0 0);
155
--fg-subtle: oklch(0.693 0 0);
156
+
157
/* border, separator colors */
158
--border: oklch(0.769 0 0);
159
--border-subtle: oklch(0.739 0 0);
@@ -274,8 +275,7 @@ dd {
274
275
}
276
277
/* Shiki theme colors */
-/* html.light .shiki { */
278
-html .shiki {
+html.light .shiki {
279
color: var(--shiki-light) !important;
280
background-color: var(--shiki-light-bg) !important;
281
0 commit comments