@@ -331,6 +331,11 @@ input[type=checkbox] + label {
text-align: center;
}
+.wp-block-latest-posts .wp-block-latest-posts__post-date,
+.wp-block-latest-posts .wp-block-latest-posts__post-author {
+ color: var(--wp--custom--latest-posts--meta--color--text);
+}
+
ul,
ol {
padding-left: var(--wp--custom--list--spacing--padding--left);
@@ -0,0 +1,4 @@
@@ -14,6 +14,7 @@
@import "blocks/gallery";
@import "blocks/html";
@import "blocks/image";
+@import "blocks/latest-posts";
@import "blocks/list";
@import "blocks/navigation";
@import "blocks/paragraph";
@@ -191,6 +191,13 @@
"lineHeight": 1.125
},
+ "latest-posts": {
+ "meta": {
+ "color": {
+ "text": "var(--wp--custom--color--primary)"
+ }
+ },
"list": {
"spacing": {
"padding": {
@@ -199,6 +199,13 @@
@@ -235,6 +235,13 @@
"fontSize": "min(max(28px, 5vw), 38px)"
@@ -109,6 +109,13 @@
"fontFamily": "var(--wp--preset--font-family--playfair-display)"
+ "text": "var(--wp--custom--color--foreground)"
"margin": {
"horizontal": "25px",
"vertical": "30px"
@@ -232,6 +232,13 @@