Ticket #56194: 56194.2.patch
| File 56194.2.patch, 1.9 KB (added by , 3 years ago) |
|---|
-
wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
238 238 239 239 .editor-post-title__block .editor-post-title__input, 240 240 .editor-styles-wrapper .wp-block-post-title, 241 .editor-styles-wrapper .wp-blockh1,242 .editor-styles-wrapper .wp-blockh2,243 .editor-styles-wrapper .wp-blockh3,244 .editor-styles-wrapper .wp-blockh4,245 .editor-styles-wrapper .wp-blockh5,246 .editor-styles-wrapper .wp-blockh6 {241 .editor-styles-wrapper h1, 242 .editor-styles-wrapper h2, 243 .editor-styles-wrapper h3, 244 .editor-styles-wrapper h4, 245 .editor-styles-wrapper h5, 246 .editor-styles-wrapper h6 { 247 247 font-feature-settings: "lnum"; 248 248 font-variant-numeric: lining-nums; 249 249 font-weight: 700; … … 251 251 line-height: 1.25; 252 252 margin-top: 40px; 253 253 margin-bottom: 25px; 254 text-transform: inherit; 254 255 } 255 256 256 257 .editor-post-title__block .editor-post-title__input, -
wp-content/themes/twentytwenty/style-rtl.css
342 342 .heading-size-6 { 343 343 font-size: 1.6rem; 344 344 letter-spacing: 0.03125em; 345 text-transform: uppercase;345 text-transform: inherit; 346 346 } 347 347 348 348 p { -
wp-content/themes/twentytwenty/style.css
342 342 .heading-size-6 { 343 343 font-size: 1.6rem; 344 344 letter-spacing: 0.03125em; 345 text-transform: uppercase;345 text-transform: inherit; 346 346 } 347 347 348 348 p {