Ticket #47019: 47019.3.diff
File 47019.3.diff, 1.1 KB (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentysixteen/css/blocks.css
158 158 } 159 159 160 160 .wp-block-pullquote blockquote { 161 border-left: 0; 161 color: #686868; 162 border-left: 4px solid #1a1a1a; 162 163 margin: 0; 163 padding: 0 ;164 padding: 0 0 0 24px; 164 165 } 165 166 166 167 .rtl .wp-block-pullquote blockquote { 167 border-right: 0; 168 border-left: none; 169 border-right: 4px solid #1a1a1a; 170 padding: 0 24px 0 0; 168 171 } 169 172 170 173 .wp-block-pullquote p { 171 color: #686868;172 174 font-size: 19px; 173 175 font-size: 1.1875rem; 174 176 } -
src/wp-content/themes/twentysixteen/css/editor-blocks.css
505 505 } 506 506 507 507 .wp-block-pullquote blockquote > .editor-rich-text p { 508 color: #686868;509 508 font-size: 19px; 510 509 font-size: 1.1875rem; 511 510 }