Advertisement
tassu

Untitled

Apr 17th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #primary {
  2. width: 100%;
  3. }
  4.  
  5. ul#primary-menu li {
  6. background: #3f2614;
  7. border-bottom: none !important;
  8. color: white;
  9. }
  10.  
  11. #primary-menu a {
  12. color: white !important;
  13. }
  14.  
  15. .site-hero .site-hero-content h1, .site-hero .site-hero-content p {
  16. text-shadow: 3px 3px 4px #6b6b6b;
  17. color: #3f2614;
  18. }
  19.  
  20. p a, p a:visited {
  21. color: #1d6ae5;
  22. }
  23.  
  24. a.button {
  25. background: #dddddd;
  26. box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  27. color: black;
  28. border-radius: 2px;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement