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..8690a01a93 100644
|
|
Inter variable font. Usage: |
470 | 470 | .editor-styles-wrapper ul.wp-block-categories li, |
471 | 471 | .editor-styles-wrapper ul.wp-block-latest-posts li, |
472 | 472 | .editor-styles-wrapper ul.wp-block-categories__list li { |
473 | | color: #6d6d6d; |
| 473 | color: inherit; |
474 | 474 | line-height: 1.476; |
475 | 475 | margin: 5px 0 0 0; |
476 | 476 | } |
… |
… |
Inter variable font. Usage: |
514 | 514 | margin-top: 0.15em; |
515 | 515 | } |
516 | 516 | |
| 517 | .editor-styles-wrapper .wp-block-latest-posts time{ |
| 518 | color: inherit; |
| 519 | } |
517 | 520 | |
518 | 521 | /* Block: Table ------------------------------ */ |
519 | 522 | |
diff --git src/wp-content/themes/twentytwenty/style.css src/wp-content/themes/twentytwenty/style.css
index c2ac1eac06..16e9df8425 100644
|
|
h2.entry-title { |
2972 | 2972 | color: #6d6d6d; |
2973 | 2973 | } |
2974 | 2974 | |
| 2975 | .entry-content .wp-block-latest-posts li{ |
| 2976 | color: inherit !important; |
| 2977 | } |
| 2978 | |
2975 | 2979 | .wp-block-archives a, |
2976 | 2980 | .wp-block-categories a, |
2977 | 2981 | .wp-block-latest-posts a, |