diff --git src/wp-content/themes/twentytwentyone/assets/css/style-editor.css src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
index d6f1bd7819..52f1377c51 100644
|
|
|
h6, |
| 1180 | 1180 | margin-bottom: calc(0.333 * var(--global--spacing-vertical)); |
| 1181 | 1181 | } |
| 1182 | 1182 | |
| | 1183 | .wp-block-latest-posts__list.has-background.has-text-color a.wp-block-latest-posts__post-title{ |
| | 1184 | color: inherit; |
| | 1185 | } |
| | 1186 | |
| | 1187 | .wp-block-latest-posts__list.has-background.has-text-color a.wp-block-latest-posts__read-more { |
| | 1188 | color: inherit; |
| | 1189 | } |
| | 1190 | |
| 1183 | 1191 | .wp-block-latest-posts .wp-block-latest-posts__post-author { |
| 1184 | 1192 | color: var(--global--color-primary); |
| 1185 | 1193 | font-size: var(--global--font-size-md); |
| 1186 | 1194 | line-height: var(--global--line-height-body); |
| 1187 | 1195 | } |
| 1188 | 1196 | |
| | 1197 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-author{ |
| | 1198 | color: inherit; |
| | 1199 | } |
| | 1200 | |
| | 1201 | .wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-author{ |
| | 1202 | color: inherit; |
| | 1203 | } |
| | 1204 | |
| 1189 | 1205 | .wp-block-latest-posts .wp-block-latest-posts__post-date { |
| 1190 | 1206 | color: var(--global--color-primary); |
| 1191 | 1207 | font-size: var(--global--font-size-xs); |
| 1192 | 1208 | line-height: var(--global--line-height-body); |
| 1193 | 1209 | } |
| 1194 | 1210 | |
| | 1211 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-date{ |
| | 1212 | color: inherit; |
| | 1213 | } |
| | 1214 | |
| | 1215 | .wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-date{ |
| | 1216 | color: inherit; |
| | 1217 | } |
| | 1218 | |
| 1195 | 1219 | [class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, |
| 1196 | 1220 | .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date { |
| 1197 | 1221 | color: currentColor; |
diff --git src/wp-content/themes/twentytwentyone/style.css src/wp-content/themes/twentytwentyone/style.css
index 45600e20fc..90786b228d 100644
|
|
|
h6, |
| 2457 | 2457 | margin-bottom: 0; |
| 2458 | 2458 | } |
| 2459 | 2459 | |
| | 2460 | .wp-block-latest-posts__list.has-background.has-text-color a.wp-block-latest-posts__post-title{ |
| | 2461 | color: inherit; |
| | 2462 | } |
| | 2463 | |
| | 2464 | .wp-block-latest-posts__list.has-background.has-text-color a.more-link { |
| | 2465 | color: inherit; |
| | 2466 | } |
| | 2467 | |
| 2460 | 2468 | .wp-block-latest-posts .wp-block-latest-posts__post-author { |
| 2461 | 2469 | color: var(--global--color-primary); |
| 2462 | 2470 | font-size: var(--global--font-size-md); |
| 2463 | 2471 | line-height: var(--global--line-height-body); |
| 2464 | 2472 | } |
| 2465 | 2473 | |
| | 2474 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-author{ |
| | 2475 | color: inherit; |
| | 2476 | } |
| | 2477 | |
| | 2478 | .wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-author{ |
| | 2479 | color: inherit; |
| | 2480 | } |
| | 2481 | |
| 2466 | 2482 | .wp-block-latest-posts .wp-block-latest-posts__post-date { |
| 2467 | 2483 | color: var(--global--color-primary); |
| 2468 | 2484 | font-size: var(--global--font-size-xs); |
| 2469 | 2485 | line-height: var(--global--line-height-body); |
| 2470 | 2486 | } |
| 2471 | 2487 | |
| | 2488 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-date{ |
| | 2489 | color: inherit; |
| | 2490 | } |
| | 2491 | |
| | 2492 | .wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-date{ |
| | 2493 | color: inherit; |
| | 2494 | } |
| | 2495 | |
| 2472 | 2496 | [class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, |
| 2473 | 2497 | .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date { |
| 2474 | 2498 | color: currentColor; |