From 36d826c002294fd6e7cd979ef55471fb1e60d3d8 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: https://develop.svn.wordpress.org/trunk@23651 602fd350-edb4-49c9-b593-d223f7449a82 --- 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,