From ddb808e13629e9fb7216787ed9d76544236377b0 Mon Sep 17 00:00:00 2001 From: "julia.kirschenheuter" Date: Tue, 11 Jul 2023 16:42:02 +0200 Subject: Change color for primary element on hover Signed-off-by: julia.kirschenheuter --- apps/theming/lib/Themes/CommonThemeTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/theming/lib') diff --git a/apps/theming/lib/Themes/CommonThemeTrait.php b/apps/theming/lib/Themes/CommonThemeTrait.php index 3a14382d3c0..1aa1174fabc 100644 --- a/apps/theming/lib/Themes/CommonThemeTrait.php +++ b/apps/theming/lib/Themes/CommonThemeTrait.php @@ -64,7 +64,7 @@ trait CommonThemeTrait { // used for buttons, inputs... '--color-primary-element' => $colorPrimaryElement, - '--color-primary-element-hover' => $this->util->mix($colorPrimaryElement, $colorMainBackground, 60), + '--color-primary-element-hover' => $this->util->mix($colorPrimaryElement, $colorMainBackground, 75), '--color-primary-element-text' => $this->util->invertTextColor($colorPrimaryElement) ? '#000000' : '#ffffff', // used for hover/focus states -- cgit v1.2.3