diff --git a/wp-content/themes/twentyseventeen/assets/css/blocks.css b/wp-content/themes/twentyseventeen/assets/css/blocks.css
index 06ef5ca25a..7f9842780d 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
168 | 168 | padding-bottom: 0.5em; |
169 | 169 | } |
170 | 170 | |
171 | | .wp-block-table tr { |
172 | | border-bottom: 1px solid #eee; |
173 | | } |
174 | | |
175 | | .wp-block-table th, |
176 | | .wp-block-table td { |
177 | | border: 0; |
| 171 | .wp-block-table tr, .wp-block-table td { |
| 172 | border: 1px solid #767676; |
178 | 173 | } |
179 | 174 | |
180 | 175 | .rtl .wp-block-table th, |
diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
index 60170e8e0a..b270d5f33c 100644
a
|
b
|
table.wp-block-table th { |
670 | 670 | text-align: left; |
671 | 671 | } |
672 | 672 | |
673 | | table.wp-block-table tr { |
674 | | border-bottom: 1px solid #eee; |
| 673 | table.wp-block-table tr, table.wp-block-table td { |
| 674 | border: 1px solid #767676; |
675 | 675 | } |
676 | 676 | |
677 | | table.wp-block-table td { |
678 | | border: 0; |
| 677 | table.wp-block-table td { |
679 | 678 | padding: 0.4em; |
680 | 679 | } |
681 | 680 | |