Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /*Paragraph spacing*/
  2.  
  3. .entry-content p {
  4. margin-top: 0.5em;
  5. margin-bottom: 0.5em;
  6. }
  7.  
  8. /*Menu text primary color*/
  9. .main-navigation a {
  10. color: black;
  11. }
  12.  
  13. /*Menu text "hover" color*/
  14. .main-navigation a:hover {
  15. color: blue;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement