diff --git src/wp-content/themes/twentytwentyone/assets/css/style-editor.css src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
index d6f1bd7819..7ad5fb6f48 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 | |
| 1183 | 1187 | .wp-block-latest-posts .wp-block-latest-posts__post-author { |
| 1184 | 1188 | color: var(--global--color-primary); |
| 1185 | 1189 | font-size: var(--global--font-size-md); |
| 1186 | 1190 | line-height: var(--global--line-height-body); |
| 1187 | 1191 | } |
| 1188 | 1192 | |
| | 1193 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-author{ |
| | 1194 | color: inherit; |
| | 1195 | } |
| | 1196 | |
| | 1197 | .wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-author{ |
| | 1198 | color: inherit; |
| | 1199 | } |
| | 1200 | |
| 1189 | 1201 | .wp-block-latest-posts .wp-block-latest-posts__post-date { |
| 1190 | 1202 | color: var(--global--color-primary); |
| 1191 | 1203 | font-size: var(--global--font-size-xs); |
| 1192 | 1204 | line-height: var(--global--line-height-body); |
| 1193 | 1205 | } |
| 1194 | 1206 | |
| | 1207 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-date{ |
| | 1208 | color: inherit; |
| | 1209 | } |
| | 1210 | |
| | 1211 | .wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-date{ |
| | 1212 | color: inherit; |
| | 1213 | } |
| | 1214 | |
| 1195 | 1215 | [class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, |
| 1196 | 1216 | .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date { |
| 1197 | 1217 | color: currentColor; |
diff --git src/wp-content/themes/twentytwentyone/style.css src/wp-content/themes/twentytwentyone/style.css
index 45600e20fc..c9276817e1 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 | |
| 2460 | 2464 | .wp-block-latest-posts .wp-block-latest-posts__post-author { |
| 2461 | 2465 | color: var(--global--color-primary); |
| 2462 | 2466 | font-size: var(--global--font-size-md); |
| 2463 | 2467 | line-height: var(--global--line-height-body); |
| 2464 | 2468 | } |
| 2465 | 2469 | |
| | 2470 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-author{ |
| | 2471 | color: inherit; |
| | 2472 | } |
| | 2473 | |
| | 2474 | .wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-author{ |
| | 2475 | color: inherit; |
| | 2476 | } |
| | 2477 | |
| 2466 | 2478 | .wp-block-latest-posts .wp-block-latest-posts__post-date { |
| 2467 | 2479 | color: var(--global--color-primary); |
| 2468 | 2480 | font-size: var(--global--font-size-xs); |
| 2469 | 2481 | line-height: var(--global--line-height-body); |
| 2470 | 2482 | } |
| 2471 | 2483 | |
| | 2484 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-date{ |
| | 2485 | color: inherit; |
| | 2486 | } |
| | 2487 | |
| | 2488 | .wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-date{ |
| | 2489 | color: inherit; |
| | 2490 | } |
| | 2491 | |
| 2472 | 2492 | [class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, |
| 2473 | 2493 | .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date { |
| 2474 | 2494 | color: currentColor; |