Skip to content

Commit

Permalink
Do not apply background color for warnings/errors in light mode
Browse files Browse the repository at this point in the history
The cascade strikes again...

Fixes #1095
  • Loading branch information
shepmaster committed Sep 30, 2024
1 parent 42801bd commit 62c72ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/frontend/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@
--output-current-tab: #f9ffff;

/* Output compiler highlighting */
--output-highlight-error-color: #bf1b1b;
--output-highlight-warning-color: #f79a06;
--output-highlight-warning-bg-color: inherit;
--output-highlight-error-color: #bf1b1b;
--output-highlight-error-bg-color: inherit;
}

@define-mixin dark-theme-vars {
Expand Down

0 comments on commit 62c72ff

Please sign in to comment.