diff --git a/src/wp-content/themes/twentysixteen/style.css b/src/wp-content/themes/twentysixteen/style.css index b7d30b8d25ac1..2a3c1d91a5073 100644 --- a/src/wp-content/themes/twentysixteen/style.css +++ b/src/wp-content/themes/twentysixteen/style.css @@ -527,6 +527,12 @@ td { border: 1px solid #d1d1d1; } +table.has-text-color, +table.has-text-color td, +table.has-text-color th { + border-color: currentColor; +} + table { border-collapse: separate; border-spacing: 0;