diff --git src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 18e8328107..fe2a530eca 100644
|
|
Inter variable font. Usage: |
475 | 475 | margin: 5px 0 0 0; |
476 | 476 | } |
477 | 477 | |
| 478 | /* Latest Post Block has text color CSS */ |
| 479 | .editor-styles-wrapper ul.wp-block-latest-posts.has-text-color li { |
| 480 | color: inherit; |
| 481 | } |
| 482 | .editor-styles-wrapper .wp-block-latest-comments.has-text-color time, .editor-styles-wrapper .wp-block-latest-posts.has-text-color time{ |
| 483 | color: inherit; |
| 484 | } |
| 485 | |
478 | 486 | .editor-styles-wrapper ul.wp-block-archives li li, |
479 | 487 | .editor-styles-wrapper ul.wp-block-categories li li, |
480 | 488 | .editor-styles-wrapper ul.wp-block-categories__list li li, |
diff --git src/wp-content/themes/twentytwenty/style.css src/wp-content/themes/twentytwenty/style.css
index c2ac1eac06..eaad53b55c 100644
|
|
h2.entry-title { |
2972 | 2972 | color: #6d6d6d; |
2973 | 2973 | } |
2974 | 2974 | |
| 2975 | /* Latest Post block has text color CSS */ |
| 2976 | .entry-content .wp-block-latest-posts.has-text-color li { |
| 2977 | color: inherit; |
| 2978 | } |
| 2979 | |
| 2980 | .wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-date { |
| 2981 | color: inherit; |
| 2982 | } |
| 2983 | |
2975 | 2984 | .wp-block-archives a, |
2976 | 2985 | .wp-block-categories a, |
2977 | 2986 | .wp-block-latest-posts a, |