mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 10:50:56 +01:00
12 lines
194 B
CSS
12 lines
194 B
CSS
|
.wp-block-audio figcaption{
|
||
|
color:#555;
|
||
|
font-size:13px;
|
||
|
text-align:center;
|
||
|
}
|
||
|
.is-dark-theme .wp-block-audio figcaption{
|
||
|
color:hsla(0,0%,100%,.65);
|
||
|
}
|
||
|
|
||
|
.wp-block-audio{
|
||
|
margin:0 0 1em;
|
||
|
}
|