From 8151fc8c77d8f71910b5a119d9896e1df840b335 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 8 Mar 2013 16:49:31 +0000 Subject: [PATCH] Twenty Thirteen: lighten orange color for link text in footer widgets, props sabreuse. See #23513. Also use same shade for paging links, to be consistent and not have thousands of small color variations in the the theme. git-svn-id: http://core.svn.wordpress.org/trunk@23650 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index aab0406688..707497ea74 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1960,7 +1960,7 @@ footer.entry-meta { } .paging-navigation .meta-nav { - background-color: #e63320; + background-color: #e6402a; border-radius: 50%; color: #fff; display: inline-block; @@ -2620,7 +2620,7 @@ footer.entry-meta { } .site-footer .widget a { - color: #e63320; + color: #e6402a; } .site-footer .widget-title,