diff --git a/src/wp-content/themes/twentyfourteen/css/blocks.css b/src/wp-content/themes/twentyfourteen/css/blocks.css
index 67d205aa28..4c843c2449 100644
--- a/src/wp-content/themes/twentyfourteen/css/blocks.css
+++ b/src/wp-content/themes/twentyfourteen/css/blocks.css
@@ -231,6 +231,11 @@ p.has-drop-cap:not(:focus)::first-letter {
 	border-width: 0 1px 1px 0;
 }
 
+.wp-block-table table[class*="-text-color"] * {
+	border-color: inherit;
+	border: 1px solid;
+}
+
 /*--------------------------------------------------------------
 4.0 Blocks - Layout Elements
 --------------------------------------------------------------*/
diff --git a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
index 39f55255b1..72078f814a 100644
--- a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
+++ b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
@@ -196,6 +196,10 @@ Description: Used to style blocks in the editor.
 	text-align: right;
 }
 
+.editor-styles-wrapper .wp-block-table table:not([class*="-text-color"]) * {
+	border-color: rgba(0, 0, 0, 0.1);
+}
+
 /* Quotes */
 
 .wp-block-freeform.block-library-rich-text__tinymce blockquote {
