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 { |
537 | 537 | font-weight: 400; |
538 | 538 | } |
539 | 539 | |
| 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 | |
540 | 551 | @media screen and (min-width: 46.25em) { |
541 | 552 | .edit-post-visual-editor .wp-block-quote p { |
542 | 553 | font-size: 20px; |