diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-learn/dist wordpress.org/public_html/wp-content/themes/pub/wporg-learn/dist
index e281a9a4..09a9bb5c 100644
|
|
blockquote:before, blockquote:after, q:before, q:after { |
290 | 290 | } |
291 | 291 | |
292 | 292 | blockquote { |
293 | | background: transparent; |
| 293 | background: #eee; |
294 | 294 | border: none; |
295 | | padding: 0; |
296 | | border-left: 2px solid #eee; |
297 | 295 | color: #82878c; |
298 | 296 | font-style: italic; |
299 | 297 | margin: 16px 0; |
300 | 298 | margin: 1rem 0; |
301 | | padding-left: 16px; |
302 | | padding-left: 1rem; |
| 299 | padding: 10px 40px; |
303 | 300 | } |
304 | 301 | |
305 | 302 | blockquote cite { |