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 0a0d979 commit bbda494Copy full SHA for bbda494
src/browser/styles/globals.css
@@ -190,7 +190,8 @@
190
--color-error-bg-dark: hsl(0 33% 13%); /* #3c1f1f - dark error bg */
191
192
193
-[data-theme="light"] @theme {
+/* Light theme overrides using standard CSS selector */
194
+[data-theme="light"] {
195
/* Mode Colors - Keep hue, adjust lightness for light backgrounds */
196
--color-plan-mode: hsl(210 80% 45%);
197
--color-plan-mode-hover: hsl(210 80% 38%);
0 commit comments