Ticket #56360: 56360.any.diff
File 56360.any.diff, 1.5 KB (added by , 13 months ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
5 5 6 6 .editor-styles-wrapper { 7 7 background: #f5efe0; 8 box-sizing: border-box; 8 9 color: #000; 9 10 letter-spacing: -0.015em; 10 11 -moz-font-smoothing: antialiased; … … 11 12 -webkit-font-smoothing: antialiased; 12 13 } 13 14 15 :where(.editor-styles-wrapper) * { 16 box-sizing: inherit; 17 } 18 14 19 .editor-styles-wrapper > * { 15 20 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; 16 21 font-size: 18px; -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
5 5 6 6 .editor-styles-wrapper { 7 7 background: #f5efe0; 8 box-sizing: border-box; 8 9 color: #000; 9 10 letter-spacing: -0.015em; 10 11 -moz-font-smoothing: antialiased; … … 11 12 -webkit-font-smoothing: antialiased; 12 13 } 13 14 15 :where(.editor-styles-wrapper) * { 16 box-sizing: inherit; 17 } 18 14 19 .editor-styles-wrapper > * { 15 20 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; 16 21 font-size: 18px;