Skip to content

Commit 0bb1643

Browse files
authored
Merge pull request #17 from dakr0013/master
Fix background color in dark mode
2 parents 469b47e + 7a61b68 commit 0bb1643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/viewer/App.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
font-size: 12px;
5555
color: var(--base-text-color);
5656
overflow: hidden;
57+
background-color: var(--main-background-color);
5758
}
5859
.LeftPanel {
5960
border-right: 1px solid #ccc;

0 commit comments

Comments
 (0)