Make WordPress Core

Ticket #59706: 59706.2.patch

File 59706.2.patch, 1.2 KB (added by viralsampat, 19 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

    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: 
    470470.editor-styles-wrapper ul.wp-block-categories li,
    471471.editor-styles-wrapper ul.wp-block-latest-posts li,
    472472.editor-styles-wrapper ul.wp-block-categories__list li {
    473         color: #6d6d6d;
     473        color: inherit;
    474474        line-height: 1.476;
    475475        margin: 5px 0 0 0;
    476476}
    Inter variable font. Usage: 
    514514        margin-top: 0.15em;
    515515}
    516516
     517.editor-styles-wrapper .wp-block-latest-posts time{
     518        color: inherit;
     519}
    517520
    518521/* Block: Table ------------------------------ */
    519522
  • src/wp-content/themes/twentytwenty/style.css

    diff --git src/wp-content/themes/twentytwenty/style.css src/wp-content/themes/twentytwenty/style.css
    index c2ac1eac06..16e9df8425 100644
    h2.entry-title { 
    29722972        color: #6d6d6d;
    29732973}
    29742974
     2975.entry-content .wp-block-latest-posts li{
     2976        color: inherit !important;
     2977}
     2978
    29752979.wp-block-archives a,
    29762980.wp-block-categories a,
    29772981.wp-block-latest-posts a,