mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +02:00
lighten hover color
This commit is contained in:
parent
2dd6bc6f05
commit
16f69deda9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ html[data-theme="light"] {
|
||||||
|
|
||||||
// #{$theme-link-color} would interpolate to 'primary', so we use the source value instead
|
// #{$theme-link-color} would interpolate to 'primary', so we use the source value instead
|
||||||
--link-fg: #{$theme-color-primary};
|
--link-fg: #{$theme-color-primary};
|
||||||
--link-hover-color: #{$theme-color-primary-darker};
|
--link-hover-color: #{$theme-color-primary};
|
||||||
// $theme-link-visited-color - violet-70v
|
// $theme-link-visited-color - violet-70v
|
||||||
--link-selected-fg: #54278f;
|
--link-selected-fg: #54278f;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue