From 3d2fbf69663b0c9a26b962eca2b4ca3a325c7655 Mon Sep 17 00:00:00 2001 From: Chris Toynbee Date: Mon, 20 Jul 2020 17:28:51 +1200 Subject: [PATCH] Ensure reader tables are visually similar to the main site tables https://github.com/Automattic/wp-calypso/issues/43595 --- client/blocks/reader-full-post/_content.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/client/blocks/reader-full-post/_content.scss b/client/blocks/reader-full-post/_content.scss index bbc65d0d92f373..1cade958a32eea 100644 --- a/client/blocks/reader-full-post/_content.scss +++ b/client/blocks/reader-full-post/_content.scss @@ -265,6 +265,17 @@ border-color: var( --color-neutral-10 ); } + .wp-block-table table { + border-collapse: collapse; + } + + .wp-block-table td, + .wp-block-table th { + border: 1px solid #767676; + font-size: 1em; + line-height: 1.8; + } + .wp-block-button__link, .wp-block-button__link:hover { color: inherit;