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:
parent
bb07d10803
commit
a7ea80e70b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user