Changeset 58960
- Timestamp:
- 08/31/2024 10:52:04 AM (6 weeks ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r58908 r58960 326 326 .editor-styles-wrapper samp { 327 327 border-radius: 0; 328 font-size: 0. 75em;328 font-size: 0.9em; 329 329 padding: 4px 6px; 330 330 } … … 335 335 line-height: 1.5; 336 336 padding: 1em; 337 } 338 339 .editor-styles-wrapper pre code { 340 font-size: 1em; 337 341 } 338 342 … … 716 720 } 717 721 718 .editor-styles-wrapper .wp-block-code, 719 .editor-styles-wrapper .wp-block-preformatted pre, 720 .editor-styles-wrapper .wp-block-verse pre { 722 .editor-styles-wrapper pre, 723 .editor-styles-wrapper .wp-block-code { 721 724 border: 1px solid #dcd7ca; 722 725 border-radius: 0; … … 731 734 color: inherit; 732 735 font-family: monospace; 733 font-size: 1 4px;736 font-size: 16px; 734 737 } 735 738 … … 1338 1341 } 1339 1342 1340 /* BLOCK: CODE */1341 1342 .editor-styles-wrapper .wp-block-preformatted pre,1343 .editor-styles-wrapper .wp-block-code .block-editor-plain-text,1344 .editor-styles-wrapper .wp-block-verse pre {1345 font-size: 16px;1346 }1347 1348 1343 /* BLOCK: COLUMNS */ 1349 1344 -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r58908 r58960 330 330 .editor-styles-wrapper samp { 331 331 border-radius: 0; 332 font-size: 0. 75em;332 font-size: 0.9em; 333 333 padding: 4px 6px; 334 334 } … … 339 339 line-height: 1.5; 340 340 padding: 1em; 341 } 342 343 .editor-styles-wrapper pre code { 344 font-size: 1em; 341 345 } 342 346 … … 720 724 } 721 725 722 .editor-styles-wrapper .wp-block-code, 723 .editor-styles-wrapper .wp-block-preformatted pre, 724 .editor-styles-wrapper .wp-block-verse pre { 726 .editor-styles-wrapper pre, 727 .editor-styles-wrapper .wp-block-code { 725 728 border: 1px solid #dcd7ca; 726 729 border-radius: 0; … … 735 738 color: inherit; 736 739 font-family: monospace; 737 font-size: 1 4px;740 font-size: 16px; 738 741 } 739 742 … … 1342 1345 } 1343 1346 1344 /* BLOCK: CODE */1345 1346 .editor-styles-wrapper .wp-block-preformatted pre,1347 .editor-styles-wrapper .wp-block-code .block-editor-plain-text,1348 .editor-styles-wrapper .wp-block-verse pre {1349 font-size: 16px;1350 }1351 1352 1347 /* BLOCK: COLUMNS */ 1353 1348 -
trunk/src/wp-content/themes/twentytwenty/style-rtl.css
r58909 r58960 596 596 pre code { 597 597 background: transparent; 598 font-size: 1em; 598 599 padding: 0; 599 600 } -
trunk/src/wp-content/themes/twentytwenty/style.css
r58909 r58960 600 600 pre code { 601 601 background: transparent; 602 font-size: 1em; 602 603 padding: 0; 603 604 }
Note: See TracChangeset
for help on using the changeset viewer.