Ticket #56205: 56205.1.patch
File 56205.1.patch, 1.3 KB (added by , 2 years ago) |
---|
-
wp-content/themes/twentytwenty/style-rtl.css
2776 2776 color: #000; 2777 2777 } 2778 2778 2779 :root .has-accent-background-color :where(.has-background:not(.has-text-color)){ 2780 color:#cd2653; 2781 } 2779 2782 2783 :root .has-secondary-background-color :where(.has-background:not(.has-text-color)){ 2784 color:#6d6d6d; 2785 } 2786 2787 2788 2780 2789 /* Block Typography Classes ------------------ */ 2781 2790 2782 2791 .has-text-align-left { … … 5206 5215 margin: 3.5rem 0 2rem; 5207 5216 } 5208 5217 5218 5219 5209 5220 /* BLOCK: COVER */ 5210 5221 5211 5222 .wp-block-cover-image .wp-block-cover__inner-container, -
wp-content/themes/twentytwenty/style.css
6213 6213 margin-top: -6rem; 6214 6214 } 6215 6215 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 6216 6224 /* BLOCK: GALLERY */ 6217 6225 6218 6226 figure.wp-block-gallery.alignfull {