Update theme.less

This commit is contained in:
Jan Faracik 2022-06-19 22:24:32 +01:00
parent 361f06c7ef
commit 2d3695d163
1 changed files with 7 additions and 7 deletions

View File

@ -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, {