Skip to content

Commit

Permalink
Merge pull request #1097 from rust-lang/dark-mode
Browse files Browse the repository at this point in the history
Light/dark mode tweaks
  • Loading branch information
shepmaster authored Sep 30, 2024
2 parents fb55dc1 + 62c72ff commit 0fb6e35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ui/frontend/editor/Editor.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
.simple {
composes: -advanced;
border: none;
color: inherit;
background-color: inherit;
}
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 0fb6e35

Please sign in to comment.