You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
255 B

1 year ago
  1. .wp-block-table{
  2. margin:0 0 1em;
  3. }
  4. .wp-block-table td,.wp-block-table th{
  5. word-break:normal;
  6. }
  7. .wp-block-table figcaption{
  8. color:#555;
  9. font-size:13px;
  10. text-align:center;
  11. }
  12. .is-dark-theme .wp-block-table figcaption{
  13. color:hsla(0,0%,100%,.65);
  14. }