From 0a0c1f956757e93bd1fd71da8771d1d021b0dd19 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 6 Jun 2014 17:21:53 +0000 Subject: [PATCH] Twenty Fourteen: fix playlist track color in content sidebar. Props celloexpressions, fixes #28457. git-svn-id: https://develop.svn.wordpress.org/trunk@28690 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 13fa7d0591..3fa33c372e 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/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 {