Skip to content

Instantly share code, notes, and snippets.

@topleague
Created September 14, 2019 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topleague/dfdd0001d32e466c7dfc000da697a76a to your computer and use it in GitHub Desktop.
Save topleague/dfdd0001d32e466c7dfc000da697a76a to your computer and use it in GitHub Desktop.
Display "Next Post" Links Above/Below Comments Section
/*------------- Next Post Link -------------*/
.previous a {
text-decoration: none;
color: #ffd700;
text-transform: inherit;
font-family: Playfair Display, Lato;
margin: 2%;
padding: 2%;
}
.previous {
padding-top: 5%;
padding-bottom: 5%;
background: #333;
text-align: center;
color: #fff;
font-size: 27px;
font-weight: bold;
}
.previous a:hover {
color: #ffd766;
}
.previous span {
border-bottom: 2px solid;
font-family: Roboto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment