Skip to content

Commit de119ee

Browse files
authored
Merge pull request #10707 from nextcloud/dark-theme-fixes
Fix public pages background
2 parents 82854b5 + 7299eb3 commit de119ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_sharing/css/public.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#preview {
2-
background: #fff;
2+
background: var(--color-main-background);
33
text-align: center;
44
}
55

0 commit comments

Comments
 (0)