diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-20 10:40:09 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-21 19:00:28 +0200 |
commit | 1dee36c761b87ab79bb54cfc561d576d8c72434c (patch) | |
tree | f16175b4983c69b0796fafb71d6ccc343cf8bbd7 /apps/theming/lib/Themes/DefaultTheme.php | |
parent | 7b686abe7fb53c8475d8295a59167bdab95fccc9 (diff) | |
download | nextcloud-server-1dee36c761b87ab79bb54cfc561d576d8c72434c.tar.gz nextcloud-server-1dee36c761b87ab79bb54cfc561d576d8c72434c.zip |
Remove accessibility
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/lib/Themes/DefaultTheme.php')
-rw-r--r-- | apps/theming/lib/Themes/DefaultTheme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Themes/DefaultTheme.php b/apps/theming/lib/Themes/DefaultTheme.php index 7561bb16ecd..7b0b123f19b 100644 --- a/apps/theming/lib/Themes/DefaultTheme.php +++ b/apps/theming/lib/Themes/DefaultTheme.php @@ -175,7 +175,7 @@ class DefaultTheme implements ITheme { // svg with proper css variable instead or material // design icons. '--primary-invert-if-bright' => $this->util->invertTextColor($this->primaryColor) ? 'invert(100%)' : 'unset', - '--background-invert-if-bright' => 'unset', + '--background-invert-if-dark' => 'unset', ]; // Register image variables only if custom-defined |