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 | |