Ticket #61232: 61232.patch
File 61232.patch, 677 bytes (added by , 12 months ago) |
---|
-
wp-content/themes/twentynineteen/style-editor.scss
456 456 border-width: 2px; 457 457 color: #000; 458 458 459 p { 460 color: inherit; 461 } 462 459 463 blockquote { 460 464 margin-top: calc(3 * #{ $size__spacing-unit}); 461 465 margin-bottom: calc(3.33 * #{ $size__spacing-unit}); … … 463 467 word-break: break-word; 464 468 } 465 469 466 &:not(.is-style-solid-color) .wp-block-pullquote__citation {467 color: $color__text-light;468 }469 470 470 &.is-style-solid-color { 471 471 472 472 blockquote {