summaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-10-19 12:22:54 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-10-19 12:57:35 +0200
commit746710ad5b55127826bb52d5c9923002ea443b0a (patch)
tree52512cc33969beb89381471f5836abbcaa88b1a8 /apps/theming/css
parentef760e0337018c8a45bb380d1a1d50f912ca23ee (diff)
downloadnextcloud-server-746710ad5b55127826bb52d5c9923002ea443b0a.tar.gz
nextcloud-server-746710ad5b55127826bb52d5c9923002ea443b0a.zip
Fix tests
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/default.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css
index 226f7ccc43f..666d2781ee2 100644
--- a/apps/theming/css/default.css
+++ b/apps/theming/css/default.css
@@ -51,10 +51,11 @@
--header-menu-item-height: 44px;
--header-menu-profile-item-height: 66px;
--breakpoint-mobile: 1024px;
- --primary-invert-if-bright: no;
--background-invert-if-dark: no;
--background-invert-if-bright: invert(100%);
- --image-main-background: url('/core/img/app-background.jpg');
+ --image-background: url('/core/img/app-background.jpg');
+ --color-background-plain: #0082c9;
+ --primary-invert-if-bright: no;
--color-primary: #00639a;
--color-primary-default: #0082c9;
--color-primary-text: #ffffff;