Skip to content

Commit 6de49f7

Browse files
committed
Fix controls background
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent bff2058 commit 6de49f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/css/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ body {
236236
height: 44px;
237237
padding: 0;
238238
margin: 0;
239-
background-color: var(--color-main-background-light);
239+
background-color: var(--color-main-background);
240240
z-index: 60;
241241
-webkit-user-select: none;
242242
-moz-user-select: none;

0 commit comments

Comments
 (0)