diff --git a/src/wp-content/themes/twentytwelve/css/blocks.css b/src/wp-content/themes/twentytwelve/css/blocks.css index a88ffcbfe1..d69ef621c6 100644 --- a/src/wp-content/themes/twentytwelve/css/blocks.css +++ b/src/wp-content/themes/twentytwelve/css/blocks.css @@ -232,6 +232,10 @@ pre.wp-block-code { text-transform: uppercase; } +.has-text-color th { + color: inherit; +} + .wp-block-table td { border: 0; border-top: 1px solid #ededed; diff --git a/src/wp-content/themes/twentytwelve/css/editor-blocks.css b/src/wp-content/themes/twentytwelve/css/editor-blocks.css index 29eb1f7ede..39a4d87af4 100644 --- a/src/wp-content/themes/twentytwelve/css/editor-blocks.css +++ b/src/wp-content/themes/twentytwelve/css/editor-blocks.css @@ -311,6 +311,10 @@ p.has-drop-cap:not(:focus)::first-letter { width: 100%; } +.editor-styles-wrapper .has-text-color th { + color: inherit; +} + .editor-block-list__block .wp-block-table th { border: 0; font-size: 11px; diff --git a/src/wp-content/themes/twentytwelve/editor-style.css b/src/wp-content/themes/twentytwelve/editor-style.css index 24e9b24f63..d3934a9151 100644 --- a/src/wp-content/themes/twentytwelve/editor-style.css +++ b/src/wp-content/themes/twentytwelve/editor-style.css @@ -278,7 +278,7 @@ tr th { } td { border-top: 1px solid #ededed !important; - color: #757575; + color: inherit; font-size: inherit; font-weight: normal; padding: 6px 10px 6px 0;