diff options
author | Joas Schilling <coding@schilljs.com> | 2023-11-29 11:27:57 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-11-30 09:14:09 +0100 |
commit | 217753d5f37034c9900002a6528b1c82803bdf25 (patch) | |
tree | 3d5b6b35ffb4a40ee0d66072066a2536974ddd90 /apps/theming/css | |
parent | a1434af01e787ede6231b895d0d6056654b41342 (diff) | |
download | nextcloud-server-217753d5f37034c9900002a6528b1c82803bdf25.tar.gz nextcloud-server-217753d5f37034c9900002a6528b1c82803bdf25.zip |
fix(theming): Fix color inverted icons based on theming and dark mode
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 3e36e03f894..190ec0fb9cf 100644 --- a/apps/theming/css/default.css +++ b/apps/theming/css/default.css @@ -68,6 +68,7 @@ --background-invert-if-bright: invert(100%); --background-image-invert-if-bright: no; --primary-invert-if-bright: no; + --primary-invert-if-dark: invert(100%); --color-primary: #00679e; --color-primary-default: #0082c9; --color-primary-text: #ffffff; |