summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/gallery/theme-rtl.css
blob: 94a485afff1f93faa1116679d0dce220e390f816 (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:hsla(0,0%,100%,.65);
}