summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/image/theme-rtl.css
blob: fe23adeb626cfae23c0bc33664874c8de66c8747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
:root :where(.wp-block-image figcaption){
  color:#555;
  font-size:13px;
  text-align:center;
}
.is-dark-theme :root :where(.wp-block-image figcaption){
  color:#ffffffa6;
}

.wp-block-image{
  margin:0 0 1em;
}