Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /**
  2. * Reset.
  3. */
  4.  
  5. h1,
  6. h2,
  7. h3,
  8. h4,
  9. h5,
  10. h6,
  11. p,
  12. hr,
  13. ul,
  14. ol,
  15. dl {
  16. margin-top: initial;
  17. margin-bottom: 2rem;
  18. }
  19.  
  20. ol,
  21. ul {
  22. list-style: none;
  23. padding-left: initial;
  24. }
  25.  
  26. /**
  27. * Default links.
  28. */
  29.  
  30. a {
  31. color: DEFAULT_COLOR;
  32. }
  33.  
  34. a:hover {
  35. color: DEFAULT_HOVER_COLOR;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement