diff --git a/lib/Themes/OverrideDefaultTheme.php b/lib/Themes/OverrideDefaultTheme.php index e014199..b848c84 100644 --- a/lib/Themes/OverrideDefaultTheme.php +++ b/lib/Themes/OverrideDefaultTheme.php @@ -150,6 +150,7 @@ public function getCSSVariables(): array { '--color-main-background-blur' => 'rgba(var(--color-main-background-rgb), .8)', '--color-primary' => $colorPrimary, '--color-primary-element' => $colorPrimary, + '--color-primary-text' => 'var(--color-text-maxcontrast)', // to use like this: background-image: linear-gradient(0, var('--gradient-main-background)); '--gradient-main-background' => 'var(--color-main-background) 0%, var(--color-main-background-translucent) 85%, transparent 100%',