If anyone wants the code, here ya go. Simply change the background color (which I have placed in bold) to match your customization. Happy coding!
.post-navigation a,
.paging-navigation a,
.comment-navigation a {
padding: 8px 6px 8px 8px;
box-shadow: 0 1px 2px black;
color: #fff;
background-color: #b5103a;
display: inline-block;
font-family: "Droid Serif", Georgia, serif;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
font-size: 12px;
line-height: 3;
max-width: 150%;
}
.post-navigation a:hover,
.paging-navigation a:hover,
.comment-navigation a:hover {
color: #f5f5f5;
}
-
This reply was modified 8 years, 1 month ago by
Kathryn Presner. Reason: put CSS in code tags
-
This reply was modified 8 years, 1 month ago by
Kathryn Presner. Reason: removed strong tags