Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-16 08:17:28 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-16 08:17:28 +0300
commit7299eb3e20b880c685f4398bf9ed7e39e6747560 (patch)
treeb3045231663fad7848b32e5834fb2f7e46a6fe34 /apps/files_sharing/css
parent62a9ec12bc1b2114f8566b1f2fc89d01d40b5e66 (diff)
Fix public pages background
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/public.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss
index 583912ad236..3d6fc62ceba 100644
--- a/apps/files_sharing/css/public.scss
+++ b/apps/files_sharing/css/public.scss
@@ -1,5 +1,5 @@
#preview {
- background: #fff;
+ background: var(--color-main-background);
text-align: center;
}