Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/image/theme-rtl.css
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
:root :where(.wp-block-image figcaption){
2
+
color:#555;
3
+
font-size:13px;
4
+
text-align:center;
5
+
}
6
+
.is-dark-theme :root :where(.wp-block-image figcaption){
7
+
color:#ffffffa6;
8
+
}
9
+
10
+
.wp-block-image{
11
+
margin:0 0 1em;
12
+
}