Make WordPress Core

Ticket #54056: 54056.patch

File 54056.patch, 441 bytes (added by hilayt24, 2 years ago)

The Gutenberg style is overridden with the default theme styles of twenty nineteen.

  • editor-style-block.css

     
    12141214                font-size: 21px;
    12151215        }
    12161216
     1217        .editor-styles-wrapper h1.editor-post-title__input {
     1218                font-size: 84px;
     1219                text-align: center;
     1220                font-weight: 800;
     1221        }
     1222
     1223
    12171224        /* TYPOGRAPHY */
    12181225
    12191226        .editor-post-title__block .editor-post-title__input,