From 5fc6352f0ff5a2a7f948176882fb405a531a84e2 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 27 Feb 2013 03:54:30 +0000 Subject: [PATCH] Twenty Thirteen: consistent link color for video post format, see #23545. Props taupecat. git-svn-id: http://core.svn.wordpress.org/trunk@23496 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 1391cdbec4..31d9933060 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1762,12 +1762,9 @@ footer.entry-meta { } .format-video .entry-content a, -.single-format-video .entry-content a { - color: #fbfaf3; -} - +.single-format-video .entry-content a, .format-video .entry-meta a { - color: #220e10; + color: #fbfaf3; } .format-video .entry-content a:hover,