summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/table/theme-rtl.css
blob: 55e7a2457c9af05568a6de8f4582d4595a574588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.wp-block-table{
  margin:0 0 1em;
}
.wp-block-table td,.wp-block-table th{
  word-break:normal;
}
.wp-block-table :where(figcaption){
  color:#555;
  font-size:13px;
  text-align:center;
}
.is-dark-theme .wp-block-table :where(figcaption){
  color:#ffffffa6;
}