Update pagination button styles to match new nav button styles

This commit is contained in:
John O'Nolan 2014-07-21 20:42:29 +02:00
parent 35adcc0fd3
commit c922b6bab5

View File

@ -1145,6 +1145,7 @@ body:not(.post-template) .post-title {
.pagination a { .pagination a {
color: #9EABB3; color: #9EABB3;
transition: all 0.2s ease;
} }
/* Push the previous/next links out to the left/right */ /* Push the previous/next links out to the left/right */
@ -1153,9 +1154,9 @@ body:not(.post-template) .post-title {
position: absolute; position: absolute;
display: inline-block; display: inline-block;
padding: 0 15px; padding: 0 15px;
border: #EBF2F6 2px solid; border: #bfc8cd 1px solid;
text-decoration: none; text-decoration: none;
border-radius: 30px; border-radius: 4px;
transition: border ease 0.3s; transition: border ease 0.3s;
} }
@ -1175,7 +1176,8 @@ body:not(.post-template) .post-title {
.older-posts:hover, .older-posts:hover,
.newer-posts:hover { .newer-posts:hover {
border-color: #9EABB3; color: #889093;
border-color: #98a0a4;
} }
.extra-pagination { .extra-pagination {