Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. .post-navigation .nav-previous a,
  2. .post-navigation .nav-next a {
  3. display: block;
  4. color: white;
  5. background: #353c3f;
  6. background-repeat: no-repeat;
  7. background-position: center center;
  8. background-size: cover;
  9. }
  10. .post-navigation .nav-previous a:hover,
  11. .post-navigation .nav-next a:hover {
  12. opacity: 0.9;
  13. }
  14. .post-navigation .nav-previous .link-text,
  15. .post-navigation .nav-next .link-text {
  16. padding: 20px;
  17. display: block;
  18. rgba(0, 0, 0, 0.5);
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement