From 9c1c3f2bc5850ae23ab8a3624832f9038e3ecf1e Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 8 Mar 2013 16:55:05 +0000 Subject: [PATCH] Twenty Thirteen: improve contrast for quote post format links, props sabreuse. See #23513. git-svn-id: http://core.svn.wordpress.org/trunk@23651 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 707497ea74..1c3fd6197a 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1647,8 +1647,9 @@ footer.entry-meta { line-height: 1.3; } -.format-quote .entry-content a { - color: inherit; +.format-quote .entry-content a, +.format-quote .entry-meta a { + color: #e6402e; } .format-quote .entry-content small,