From aeff1ebf2f69823b3783741e2f94a1b4f48ba961 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 4 Mar 2013 23:19:35 +0000 Subject: [PATCH] Twenty Thirteen: better contrast for page links, props sabreuse. See #23513. git-svn-id: http://core.svn.wordpress.org/trunk@23614 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 0792251a30..0d6b6e1694 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1202,8 +1202,8 @@ footer.entry-meta { .format-gallery .entry-content .page-links a, .format-chat .entry-content .page-links a, .page-links a { - background: #e63320; - border: 1px solid #e63320; + background: #ca3c08; + border: 1px solid #ca3c08; color: #fff; } @@ -1215,7 +1215,7 @@ footer.entry-meta { .format-quote .entry-content .page-links a:hover, .page-links a:hover { background: #fff; - color: #e63320; + color: #ca3c08; } .format-status .entry-content .page-links > span,