summaryrefslogtreecommitdiffstats
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 4f2f457bd5e..561f7dc9479 100644
--- a/apps/theming/lib/Themes/HighContrastTheme.php
+++ b/apps/theming/lib/Themes/HighContrastTheme.php
@@ -73,6 +73,7 @@ class HighContrastTheme extends DefaultTheme implements ITheme {
$variables['--color-loading-light'] = '#dddddd';
$variables['--color-loading-dark'] = '#000000';
+ $variables['--color-box-shadow-rgb'] = 'var(--color-main-text)';
$variables['--color-box-shadow'] = 'var(--color-main-text)';
$variables['--color-border'] = $this->util->darken($colorMainBackground, 50);