Skip to content

Commit

Permalink
fix: Render dark scrollbars in dark mode (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Den-dp authored Jun 8, 2024
1 parent 66ad2e5 commit 3f58b49
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/frontend/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,8 @@
--card-border-color--hover: var(--card-border-color);
--card-border-color--active: var(--card-border-color);

body {
// Render native browser elements in dark mode
color-scheme: dark;
}
// Render native browser elements in dark mode
color-scheme: dark;
}

@mixin codemirror-theme() {
Expand Down

0 comments on commit 3f58b49

Please # to comment.