diff options
Diffstat (limited to 'wp-includes/blocks/table/theme.css')
-rw-r--r-- | wp-includes/blocks/table/theme.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wp-includes/blocks/table/theme.css b/wp-includes/blocks/table/theme.css new file mode 100644 index 0000000..064ae1d --- /dev/null +++ b/wp-includes/blocks/table/theme.css @@ -0,0 +1,14 @@ +.wp-block-table{ + margin:0 0 1em; +} +.wp-block-table td,.wp-block-table th{ + word-break:normal; +} +.wp-block-table figcaption{ + color:#555; + font-size:13px; + text-align:center; +} +.is-dark-theme .wp-block-table figcaption{ + color:hsla(0,0%,100%,.65); +}
\ No newline at end of file |