From 2d3695d1639d0ebf639ee64cda2a8365885ad9a5 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Sun, 19 Jun 2022 22:24:32 +0100 Subject: [PATCH] Update theme.less --- war/src/main/less/abstracts/theme.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/war/src/main/less/abstracts/theme.less b/war/src/main/less/abstracts/theme.less index b5b3693f4147..f9e1acddf824 100644 --- a/war/src/main/less/abstracts/theme.less +++ b/war/src/main/less/abstracts/theme.less @@ -313,15 +313,15 @@ --call-to-action-text-color: var(--alert-info-text-color); // Default button - --button-background: hsla(240, 0.2, 0.7, 0.1); - --button-background--hover: hsla(240, 0.2, 0.7, 0.175); - --button-background--active: hsla(240, 0.2, 0.7, 0.25); - --button-box-shadow--focus: hsla(240, 0.2, 0.7, 0.1); + --button-background: hsla(240, 0.25, 0.75, 0.1); + --button-background--hover: hsla(240, 0.25, 0.75, 0.175); + --button-background--active: hsla(240, 0.25, 0.75, 0.25); + --button-box-shadow--focus: hsla(240, 0.25, 0.75, 0.1); // Variables for sidebar items, card items - --item-background--hover: hsla(240, 0.2, 0.7, 0.15); - --item-background--active: hsla(240, 0.2, 0.7, 0.225); - --item-box-shadow--focus: hsla(240, 0.2, 0.7, 0.105); + --item-background--hover: hsla(240, 0.25, 0.75, 0.15); + --item-background--active: hsla(240, 0.25, 0.75, 0.225); + --item-box-shadow--focus: hsla(240, 0.25, 0.75, 0.105); // Colors each(@colors, {