diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-08-18 11:41:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-18 11:41:39 +0200 |
commit | de119eefd66a3bce10909f16ac2c5b6527029682 (patch) | |
tree | 9b4ce46464ad20b72c71e5b8cb0ff7815cb286ca | |
parent | 82854b50429c1482cf9c7b7fba8dfd7351a558d2 (diff) | |
parent | 7299eb3e20b880c685f4398bf9ed7e39e6747560 (diff) | |
download | nextcloud-server-de119eefd66a3bce10909f16ac2c5b6527029682.tar.gz nextcloud-server-de119eefd66a3bce10909f16ac2c5b6527029682.zip |
Merge pull request #10707 from nextcloud/dark-theme-fixes
Fix public pages background
-rw-r--r-- | apps/files_sharing/css/public.scss | 2 |
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; } |