Using a nice gradient for hover-bg

This commit is contained in:
Fabio Manganiello 2023-01-15 12:34:18 +01:00
parent cda03887d4
commit bb483fd1b1
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ $active-glow-bg-2: #9cdfb0 !default;
/// Hover
$default-hover-fg: #35b870 !default;
$default-hover-fg-2: #38cf80 !default;
$hover-bg: #bef6da !default;
$hover-bg: linear-gradient(90deg, rgba(190,246,218,1) 0%, rgba(229,251,240,1) 100%) !default;
$active-bg: #8fefb7 !default;
/// Disabled