_links.scss 216 B

123456789101112
  1. // default link styling
  2. // ======================================================================
  3. a {
  4. text-decoration: none;
  5. .no-touch & {
  6. @include attention {
  7. text-decoration: underline;
  8. }
  9. }
  10. }