Remember when we added the `style` attribute to playlists? Fix `dark`.

Props karpstrucking.
Fixes #29530.


git-svn-id: https://develop.svn.wordpress.org/trunk@29814 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-10-02 05:27:18 +00:00
parent bb07d10803
commit a7ea80e70b
1 changed files with 2 additions and 2 deletions

View File

@ -218,11 +218,11 @@ video.wp-video-shortcode,
border-bottom: 0;
}
.wp-playlist-light .wp-playlist-item {
.wp-playlist-light .wp-playlist-caption {
color: #333;
}
.wp-playlist-dark .wp-playlist-item {
.wp-playlist-dark .wp-playlist-caption {
color: #dedede;
}