_reset.scss 153 B

12345678910
  1. body {
  2. background: white;
  3. }
  4. a{
  5. color: inherit;
  6. text-decoration: none;
  7. }
  8. a, a:focus, a:active { outline: none; }
  9. a:focus{ -moz-outline-style: none; }