Skip to content

Commit

Permalink
Merge pull request #17 from dakr0013/master
Browse files Browse the repository at this point in the history
Fix background color in dark mode
  • Loading branch information
SerCeMan authored Dec 27, 2021
2 parents 469b47e + 7a61b68 commit 0bb1643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viewer/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
font-size: 12px;
color: var(--base-text-color);
overflow: hidden;
background-color: var(--main-background-color);
}
.LeftPanel {
border-right: 1px solid #ccc;
Expand Down

0 comments on commit 0bb1643

Please sign in to comment.