
// Addresses `outline` inconsistency between Chrome and other browsers.

a:focus
  outline: thin dotted

// Improves readability when focused and also mouse hovered in all browsers.
// people.opera.com/patrickl/experiments/keyboard/test

a:active,
a:hover
  outline: 0
