Created
September 14, 2019 13:14
-
-
Save topleague/dfdd0001d32e466c7dfc000da697a76a to your computer and use it in GitHub Desktop.
Display "Next Post" Links Above/Below Comments Section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*------------- 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