summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/gallery/theme.css
blob: 33d88598379ee7b77e29ce5fc7671e2df4135a7c (plain)
1
2
3
4
5
6
7
8
.blocks-gallery-caption{
  color:#555;
  font-size:13px;
  text-align:center;
}
.is-dark-theme .blocks-gallery-caption{
  color:#ffffffa6;
}