Skip to content

Commit 62c72ff

Browse files
committed
Do not apply background color for warnings/errors in light mode
The cascade strikes again... Fixes #1095
1 parent 42801bd commit 62c72ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui/frontend/index.module.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,10 @@
105105
--output-current-tab: #f9ffff;
106106

107107
/* Output compiler highlighting */
108-
--output-highlight-error-color: #bf1b1b;
109108
--output-highlight-warning-color: #f79a06;
109+
--output-highlight-warning-bg-color: inherit;
110+
--output-highlight-error-color: #bf1b1b;
111+
--output-highlight-error-bg-color: inherit;
110112
}
111113

112114
@define-mixin dark-theme-vars {

0 commit comments

Comments
 (0)