Changeset 58724
- Timestamp:
- 07/15/2024 04:56:28 PM (11 months ago)
- Location:
- trunk/src/wp-content/themes/twentyfifteen/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/css/blocks.css
r58371 r58724 321 321 322 322 .wp-block-pullquote { 323 border: 0 ;323 border: 0 solid; 324 324 } 325 325 326 326 .wp-block-pullquote blockquote { 327 327 border: 0; 328 color: inherit; 328 329 margin-left: 0; 329 330 margin-right: 0; … … 333 334 334 335 .wp-block-pullquote cite { 335 color: #333;336 color: inherit; 336 337 font-family: "Noto Sans", sans-serif; 337 338 font-size: 15px; … … 339 340 line-height: 1.6; 340 341 text-transform: none; 341 }342 343 .wp-block-pullquote[class*="-text-color"] blockquote cite,344 .wp-block-pullquote[style*="color"] blockquote cite {345 color: inherit;346 342 } 347 343 -
trunk/src/wp-content/themes/twentyfifteen/css/editor-blocks.css
r58370 r58724 676 676 677 677 .wp-block-pullquote, 678 .editor-block-list__block .wp-block-pullquote blockquote { 679 border: 0; 678 .editor-styles-wrapper .wp-block-pullquote blockquote { 679 border: 0 solid; 680 color: inherit; 680 681 margin: 0; 681 682 padding-left: 0; … … 683 684 684 685 .wp-block-pullquote .wp-block-pullquote__citation { 685 color: #333;686 color: inherit; 686 687 font-family: "Noto Sans", sans-serif; 687 688 font-size: 15px; … … 689 690 line-height: 1.6; 690 691 text-transform: none; 691 }692 693 .wp-block-pullquote[class*="-text-color"] blockquote cite,694 .wp-block-pullquote[style*="color"] blockquote cite {695 color: inherit;696 692 } 697 693
Note: See TracChangeset
for help on using the changeset viewer.