Use spot colours again to match Design system styles and avoid missing hover effect with standard theme (#10584)

pull/10588/head
Henriette Darge 3 years ago committed by GitHub
parent 61d64a0f9c
commit dc2631d70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      frontend/src/app/spot/styles/sass/components/link.sass

@ -1,7 +1,7 @@
.spot-link .spot-link
@include unset-button-styles @include unset-button-styles
display: inline display: inline
color: var(--content-link-color) color: $spot-color-main
text-decoration: none text-decoration: none
cursor: pointer cursor: pointer
@ -11,7 +11,7 @@
&:hover, &:hover,
&:active, &:active,
&:focus &:focus
color: var(--content-link-hover-active-color) color: $spot-color-main-dark
text-decoration: none text-decoration: none
&_danger &_danger

Loading…
Cancel
Save