aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Themes/HighContrastTheme.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/lib/Themes/HighContrastTheme.php')
-rw-r--r--apps/theming/lib/Themes/HighContrastTheme.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/theming/lib/Themes/HighContrastTheme.php b/apps/theming/lib/Themes/HighContrastTheme.php
index f02a30a7cb8..92511b59c81 100644
--- a/apps/theming/lib/Themes/HighContrastTheme.php
+++ b/apps/theming/lib/Themes/HighContrastTheme.php
@@ -121,6 +121,7 @@ class HighContrastTheme extends DefaultTheme implements ITheme {
'--color-border' => $this->util->darken($colorMainBackground, 50),
'--color-border-dark' => $this->util->darken($colorMainBackground, 50),
+ '--color-border-maxcontrast' => $this->util->darken($colorMainBackground, 56),
]
);
}