From c922b6bab5e1e661140304249dc55301d95a4861 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 21 Jul 2014 20:42:29 +0200 Subject: [PATCH] Update pagination button styles to match new nav button styles --- assets/css/screen.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index d46a22f..0d5445b 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1145,6 +1145,7 @@ body:not(.post-template) .post-title { .pagination a { color: #9EABB3; + transition: all 0.2s ease; } /* Push the previous/next links out to the left/right */ @@ -1153,9 +1154,9 @@ body:not(.post-template) .post-title { position: absolute; display: inline-block; padding: 0 15px; - border: #EBF2F6 2px solid; + border: #bfc8cd 1px solid; text-decoration: none; - border-radius: 30px; + border-radius: 4px; transition: border ease 0.3s; } @@ -1175,7 +1176,8 @@ body:not(.post-template) .post-title { .older-posts:hover, .newer-posts:hover { - border-color: #9EABB3; + color: #889093; + border-color: #98a0a4; } .extra-pagination {