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:
authorCarl Schwan <carl@carlschwan.eu>2022-08-11 19:02:23 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-08-11 19:02:23 +0300
commit13ca01ee1256dba54d1e2793bd409d3b7c8d6058 (patch)
treeabede987494360419201f2ca2a79d4f464a70e5c /apps/theming/css
parenta61331f4560468e6d433cf32e008b157b06e7ea9 (diff)
Fix unit tests for the theming app
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/default.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css
index fb541b7aca9..bf7ad0f89cc 100644
--- a/apps/theming/css/default.css
+++ b/apps/theming/css/default.css
@@ -59,4 +59,10 @@
--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');
}