Ticket #61034: 61034.add-appearance.diff
File 61034.add-appearance.diff, 2.3 KB (added by , 9 months ago) |
---|
-
src/wp-content/themes/twentyfourteen/css/blocks.css
184 184 margin: 0; 185 185 } 186 186 187 :where(.wp-block-pullquote[class*="-font-size"], .wp-block-pullquote[style*="font-size"]) blockquote { 188 font-size: inherit; 189 } 190 191 :where(.wp-block-pullquote[style*="font-style"]) blockquote { 192 font-style: inherit; 193 } 194 195 :where(.wp-block-pullquote[style*="font-weight"]) blockquote { 196 font-weight: inherit; 197 } 198 187 199 .wp-block-pullquote cite { 188 200 color: #2b2b2b; 189 201 font-size: 16px; -
src/wp-content/themes/twentyfourteen/css/editor-blocks.css
371 371 border: 0; 372 372 } 373 373 374 .wp-block-pullquote[class*="-font-size"] blockquote, 375 .wp-block-pullquote[style*="font-size"] blockquote { 376 font-size: inherit; 377 } 378 379 .wp-block-pullquote[style*="font-style"] blockquote { 380 font-style: inherit; 381 } 382 383 .wp-block-pullquote[style*="font-weight"] blockquote { 384 font-weight: inherit; 385 } 386 374 387 .wp-block-pullquote .wp-block-pullquote__citation { 375 388 color: #2b2b2b; 376 389 font-size: 16px; -
src/wp-content/themes/twentyfourteen/css/editor-style.css
175 175 176 176 blockquote { 177 177 color: #767676; 178 font-size: inherit;178 font-size: 19px; 179 179 font-style: italic; 180 180 font-weight: 300; 181 181 line-height: 1.2631578947; -
src/wp-content/themes/twentyfourteen/style.css
256 256 257 257 blockquote { 258 258 color: #767676; 259 font-size: inherit;259 font-size: 19px; 260 260 font-style: italic; 261 261 font-weight: 300; 262 262 line-height: 1.2631578947;