diff --git a/src/wp-content/themes/twentyfourteen/css/blocks.css b/src/wp-content/themes/twentyfourteen/css/blocks.css
index 67d205aa28..86703283ac 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[class*="-text-color"] * { |
| 235 | border-color: inherit; |
| 236 | border: 1px solid; |
| 237 | } |
| 238 | |
234 | 239 | /*-------------------------------------------------------------- |
235 | 240 | 4.0 Blocks - Layout Elements |
236 | 241 | --------------------------------------------------------------*/ |
diff --git a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
index 39f55255b1..8e99da5ada 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([class*="-text-color"]) * { |
| 200 | border-color: rgba(0, 0, 0, 0.1); |
| 201 | } |
| 202 | |
199 | 203 | /* Quotes */ |
200 | 204 | |
201 | 205 | .wp-block-freeform.block-library-rich-text__tinymce blockquote { |