Make WordPress Core

Ticket #56205: 56205.1.patch

File 56205.1.patch, 1.3 KB (added by multidots1896, 2 years ago)

added patch

  • wp-content/themes/twentytwenty/style-rtl.css

     
    27762776        color: #000;
    27772777}
    27782778
     2779:root .has-accent-background-color :where(.has-background:not(.has-text-color)){
     2780        color:#cd2653;
     2781}
    27792782
     2783:root .has-secondary-background-color :where(.has-background:not(.has-text-color)){
     2784        color:#6d6d6d;
     2785}
     2786
     2787
     2788
    27802789/* Block Typography Classes ------------------ */
    27812790
    27822791.has-text-align-left {
     
    52065215                margin: 3.5rem 0 2rem;
    52075216        }
    52085217
     5218       
     5219
    52095220        /* BLOCK: COVER */
    52105221
    52115222        .wp-block-cover-image .wp-block-cover__inner-container,
  • wp-content/themes/twentytwenty/style.css

     
    62136213                margin-top: -6rem;
    62146214        }
    62156215
     6216        :root .has-accent-background-color :where(.has-background:not(.has-text-color)){
     6217                color:#cd2653;
     6218        }
     6219       
     6220        :root .has-secondary-background-color :where(.has-background:not(.has-text-color)){
     6221            color:#6d6d6d;
     6222        }
     6223
    62166224        /* BLOCK: GALLERY */
    62176225
    62186226        figure.wp-block-gallery.alignfull {