summaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-08 12:56:31 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-08 12:56:31 +0200
commit05d034a6dad7eeac19244621157689476887875d (patch)
tree1995658325a7f70188d5e23c45f4c91d9c4f2bea /apps/theming/css
parentfe2f8b5d189cbcda8c4f197197169a6e015d6622 (diff)
downloadnextcloud-server-05d034a6dad7eeac19244621157689476887875d.tar.gz
nextcloud-server-05d034a6dad7eeac19244621157689476887875d.zip
Allow to invert when on bright
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css
index 262af7a3b83..fb541b7aca9 100644
--- a/apps/theming/css/default.css
+++ b/apps/theming/css/default.css
@@ -58,4 +58,5 @@
--breakpoint-mobile: 1024px;
--primary-invert-if-bright: no;
--background-invert-if-dark: no;
+ --background-invert-if-bright: invert(100%);
}