links.styl 219 B

123456
  1. // Based in Nicolas Gallagher's git.io/normalize
  2. normalize-links()
  3. a // No gray bg color in active links in IE 10.
  4. background-color transparent
  5. &:active, &:hover
  6. outline 0 // + readability when focused.