Graphs and tables for your Spotify account.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
259 B

  1. // stylelint-disable declaration-no-important
  2. // Typography
  3. @mixin text-emphasis-variant($parent, $color) {
  4. #{$parent} {
  5. color: $color !important;
  6. }
  7. a#{$parent} {
  8. @include hover-focus {
  9. color: darken($color, 10%) !important;
  10. }
  11. }
  12. }