lighten hover color

This commit is contained in:
Rachid Mrad 2023-09-11 17:56:15 -04:00
parent 2dd6bc6f05
commit 16f69deda9
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -31,7 +31,7 @@ html[data-theme="light"] {
// #{$theme-link-color} would interpolate to 'primary', so we use the source value instead
--link-fg: #{$theme-color-primary};
--link-hover-color: #{$theme-color-primary-darker};
--link-hover-color: #{$theme-color-primary};
// $theme-link-visited-color - violet-70v
--link-selected-fg: #54278f;