Ticket #57378: 57378.patch
File 57378.patch, 1.8 KB (added by , 2 years ago) |
---|
-
wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss
22 22 p { 23 23 font-family: var(--pullquote--font-family); 24 24 font-size: var(--pullquote--font-size); 25 font-style: var(--pullquote--font-style);26 font-weight: 700;25 font-style:inherit; 26 font-weight: inherit; 27 27 letter-spacing: var(--pullquote--letter-spacing); 28 28 line-height: var(--pullquote--line-height); 29 29 margin: 0; … … 36 36 .wp-block-pullquote__citation, 37 37 cite, 38 38 footer { 39 font-size: var(--global--font-size-xs);40 font-style: var(--pullquote--font-style);39 font-size: inherit; 40 font-style: inherit; 41 41 text-transform: none; 42 42 } 43 43 -
wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss
22 22 p { 23 23 font-family: var(--pullquote--font-family); 24 24 font-size: var(--pullquote--font-size); 25 font-style: var(--pullquote--font-style);26 font-weight: 700;25 font-style: inherit; 26 font-weight: inherit; 27 27 letter-spacing: var(--pullquote--letter-spacing); 28 28 line-height: var(--pullquote--line-height); 29 29 margin: 0; … … 38 38 footer { 39 39 color: currentColor; 40 40 display: block; 41 font-size: var(--global--font-size-xs);42 font-style: var(--pullquote--font-style);41 font-size: inherit; 42 font-style:inherit; 43 43 text-transform: none; 44 44 } 45 45