diff --git a/src/wp-content/themes/twentyfourteen/css/blocks.css b/src/wp-content/themes/twentyfourteen/css/blocks.css
index 67d205aa28..eb546d8dee 100644
|
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
| 231 | 231 | border-width: 0 1px 1px 0; |
| 232 | 232 | } |
| 233 | 233 | |
| | 234 | .wp-block-table table.has-text-color th, |
| | 235 | .wp-block-table table.has-text-color td { |
| | 236 | border-color: inherit; |
| | 237 | border: 1px solid; |
| | 238 | } |
| | 239 | |
| 234 | 240 | /*-------------------------------------------------------------- |
| 235 | 241 | 4.0 Blocks - Layout Elements |
| 236 | 242 | --------------------------------------------------------------*/ |
diff --git a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
index 39f55255b1..dba34281ff 100644
|
a
|
b
|
Description: Used to style blocks in the editor. |
| 196 | 196 | text-align: right; |
| 197 | 197 | } |
| 198 | 198 | |
| | 199 | .editor-styles-wrapper .wp-block-table table:not(.has-text-color) th, |
| | 200 | .editor-styles-wrapper .wp-block-table table:not(.has-text-color) td { |
| | 201 | border-color: rgba(0, 0, 0, 0.1); |
| | 202 | } |
| | 203 | |
| 199 | 204 | /* Quotes */ |
| 200 | 205 | |
| 201 | 206 | .wp-block-freeform.block-library-rich-text__tinymce blockquote { |