summaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-28 11:30:36 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-28 18:12:29 +0200
commit5e8a3eb66c312e46e35824ada4bb4e4642279912 (patch)
treef5ad8f026c72cecd47ca56ef3baf709623ee73ff /apps/theming/css
parent7c5bb555e72dc2ebe285d46776dba735a4005a3f (diff)
downloadnextcloud-server-5e8a3eb66c312e46e35824ada4bb4e4642279912.tar.gz
nextcloud-server-5e8a3eb66c312e46e35824ada4bb4e4642279912.zip
Fix header apps icons
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css
index 4bd9fb13bb8..a2b4b4c7b60 100644
--- a/apps/theming/css/default.css
+++ b/apps/theming/css/default.css
@@ -52,6 +52,6 @@
--header-menu-item-height: 44px;
--header-menu-profile-item-height: 66px;
--breakpoint-mobile: 1024px;
- --primary-invert-if-bright: unset;
- --background-invert-if-dark: unset;
+ --primary-invert-if-bright: no;
+ --background-invert-if-dark: no;
}