diff --git a/src/wp-content/themes/twentyfifteen/css/blocks.css b/src/wp-content/themes/twentyfifteen/css/blocks.css
index df5b7515e4..b4b4ebd440 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
391 | 391 | font-weight: 700; |
392 | 392 | line-height: 1.5; |
393 | 393 | padding: 0.7917em 1.5em; |
394 | | text-transform: uppercase; |
| 394 | text-transform: inherit; |
395 | 395 | vertical-align: baseline; |
396 | 396 | } |
397 | 397 | |
diff --git a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css
index 860ca9c162..1dce23cbfb 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
750 | 750 | font-weight: 700; |
751 | 751 | line-height: 1.5; |
752 | 752 | padding: 0.7917em 1.5em; |
753 | | text-transform: uppercase; |
| 753 | text-transform: inherit; |
754 | 754 | vertical-align: baseline; |
755 | 755 | } |
756 | 756 | |