diff --git src/wp-content/themes/twentytwentyone/assets/css/style-editor.css src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
index d6f1bd7819..f330f589dd 100644
|
|
|
h6, |
| 1192 | 1192 | line-height: var(--global--line-height-body); |
| 1193 | 1193 | } |
| 1194 | 1194 | |
| | 1195 | /* Latest Posts block text color change css */ |
| | 1196 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-author { |
| | 1197 | color: inherit; |
| | 1198 | } |
| | 1199 | |
| | 1200 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-date { |
| | 1201 | color: inherit; |
| | 1202 | } |
| | 1203 | |
| | 1204 | |
| 1195 | 1205 | [class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, |
| 1196 | 1206 | .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date { |
| 1197 | 1207 | color: currentColor; |
diff --git src/wp-content/themes/twentytwentyone/style.css src/wp-content/themes/twentytwentyone/style.css
index 45600e20fc..2eeafac7fb 100644
|
|
|
h6, |
| 2452 | 2452 | margin-bottom: calc(0.333 * var(--global--spacing-vertical)); |
| 2453 | 2453 | } |
| 2454 | 2454 | |
| | 2455 | /* Latest Posts block link text color and text color CSS */ |
| | 2456 | .wp-block-latest-posts.has-text-color.has-background > li > a { |
| | 2457 | color: inherit; |
| | 2458 | } |
| | 2459 | |
| | 2460 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-author { |
| | 2461 | color: inherit; |
| | 2462 | } |
| | 2463 | |
| | 2464 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-date { |
| | 2465 | color: inherit; |
| | 2466 | } |
| | 2467 | |
| 2455 | 2468 | .widget-area .wp-block-latest-posts > li > a { |
| 2456 | 2469 | font-size: var(--global--font-size-sm); |
| 2457 | 2470 | margin-bottom: 0; |