diff --git a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css
index 71afab38b7..1041ff5f14 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
803 | 803 | } |
804 | 804 | } |
805 | 805 | |
806 | | /* Seperator */ |
| 806 | /* Separator */ |
807 | 807 | |
808 | 808 | .wp-block-separator { |
809 | 809 | max-width: 100px; |
diff --git a/src/wp-content/themes/twentynineteen/inc/color-patterns.php b/src/wp-content/themes/twentynineteen/inc/color-patterns.php
index 2295436897..abe3419fa9 100644
a
|
b
|
function twentynineteen_custom_colors_css() { |
72 | 72 | * Set background for: |
73 | 73 | * - featured image :before |
74 | 74 | * - featured image :before |
75 | | * - post thumbmail :before |
76 | | * - post thumbmail :before |
| 75 | * - post thumbnail :before |
| 76 | * - post thumbnail :before |
77 | 77 | * - Submenu |
78 | 78 | * - Sticky Post |
79 | 79 | * - buttons |
diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css
index de6f19fd53..3b6257acf0 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
292 | 292 | outline-offset: -4px; |
293 | 293 | } |
294 | 294 | |
295 | | /* Seperator */ |
| 295 | /* Separator */ |
296 | 296 | |
297 | 297 | hr.wp-block-separator { |
298 | 298 | border: 0; |