Make WordPress Core

Ticket #59159: 59159.1.patch

File 59159.1.patch, 463 bytes (added by pitamdey, 2 years ago)

This can work better

  • wp-includes/css/dist/block-library/theme.css

     
    2121.wp-block-embed figcaption{
    2222  color:#555;
    2323  font-size:13px;
    24   text-align:center;
     24  text-align:center !important;
    2525}
    2626.is-dark-theme .wp-block-embed figcaption{
    2727  color:hsla(0,0%,100%,.65);