diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-08-16 08:51:43 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-08-16 08:51:43 +0200 |
commit | 0ea23cad0eefacf2bad73ce3c50bb659480e3f56 (patch) | |
tree | 24911130d8c3129fbb2dc16a759f7d8558d1f284 /apps/theming/css | |
parent | 4c6be330ef927c2f9881fc54b2e090ec254f3af6 (diff) | |
download | nextcloud-server-0ea23cad0eefacf2bad73ce3c50bb659480e3f56.tar.gz nextcloud-server-0ea23cad0eefacf2bad73ce3c50bb659480e3f56.zip |
Revert "Fix unit tests for the theming app"
This reverts commit 13ca01ee1256dba54d1e2793bd409d3b7c8d6058.
Diffstat (limited to 'apps/theming/css')
-rw-r--r-- | apps/theming/css/default.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css index bf7ad0f89cc..fb541b7aca9 100644 --- a/apps/theming/css/default.css +++ b/apps/theming/css/default.css @@ -59,10 +59,4 @@ --primary-invert-if-bright: no; --background-invert-if-dark: no; --background-invert-if-bright: invert(100%); - --image-logo: url('/core/img/logo/logo.png?v=0'); - --image-logoheader: url('/core/img/logo/logo.png?v=0'); - --image-favicon: url('/core/img/logo/logo.png?v=0'); - --image-background-size: cover; - --image-background: url('/core/img/background.png?v=0'); - --image-login-background: url('/core/img/background.png?v=0'); } |