Skip to content

Commit 501ee33

Browse files
authored
Merge pull request #10054 from nextcloud/controls-bg
Fix controls background
2 parents e4c3c48 + 6de49f7 commit 501ee33

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)