diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-23 08:54:09 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-23 08:54:09 +0200 |
commit | ec05e5d0484f8293ecfb0304aacee07e49c24bd0 (patch) | |
tree | 6dfd455785027c097dee947b6c817ec49492ffdd /apps/files_sharing | |
parent | e0dde083d0502a4a5374feb51ea38ceaeebf7c3b (diff) | |
download | nextcloud-server-ec05e5d0484f8293ecfb0304aacee07e49c24bd0.tar.gz nextcloud-server-ec05e5d0484f8293ecfb0304aacee07e49c24bd0.zip |
Fix public background override
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/css/public.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index 1423705ffc9..44b7e53d207 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -1,5 +1,4 @@ #preview { - background: var(--color-main-background); text-align: center; } |