diff options
author | Joas Schilling <coding@schilljs.com> | 2022-08-08 12:56:31 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-08-08 12:56:31 +0200 |
commit | 05d034a6dad7eeac19244621157689476887875d (patch) | |
tree | 1995658325a7f70188d5e23c45f4c91d9c4f2bea /apps/theming/css | |
parent | fe2f8b5d189cbcda8c4f197197169a6e015d6622 (diff) | |
download | nextcloud-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.css | 1 |
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%); } |