Make WordPress Core

Ticket #61885: 61885.3.patch

File 61885.3.patch, 691 bytes (added by shailu25, 11 months ago)

Patch Updated.

  • src/wp-content/themes/twentyfifteen/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css
    index 91595e6304..57cbe440d5 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    537537        font-weight: 400;
    538538}
    539539
     540/* Search */
     541
     542.wp-block-search__button {
     543        background-color: #333;
     544        color: #fff;
     545        font-family: "Noto Sans", sans-serif;
     546        font-size: 14px;
     547        font-weight: 700;
     548        text-transform: uppercase;
     549}
     550
    540551@media screen and (min-width: 46.25em) {
    541552        .edit-post-visual-editor .wp-block-quote p {
    542553                font-size: 20px;