From f83806b4bae1ce2924232823d41622fe09cb987f Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 6 Jun 2014 17:22:13 +0000 Subject: [PATCH] Twenty Fourteen: fix playlist track color in content sidebar. Props celloexpressions, fixes #28457. Built from https://develop.svn.wordpress.org/trunk@28690 git-svn-id: http://core.svn.wordpress.org/trunk@28508 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index 13fa7d0591..3fa33c372e 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -1369,6 +1369,10 @@ a.post-thumbnail:hover { background: transparent; } +.content-sidebar .wp-playlist-item .wp-playlist-caption { + color: #000; +} + /* Page links */ .page-links {