diff --git a/src/wp-content/themes/twentyfourteen/css/blocks.css b/src/wp-content/themes/twentyfourteen/css/blocks.css
index d6ba5f050f..49eb4f91ac 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
326 | 326 | text-decoration: none; |
327 | 327 | } |
328 | 328 | |
| 329 | .widget .wp-block-latest-comments__comment-meta a { |
| 330 | color: #fff; |
| 331 | } |
| 332 | |
329 | 333 | .wp-block-latest-comments_comment-meta a:hover, |
330 | 334 | .wp-block-latest-comments_comment-meta a:focus { |
331 | 335 | color: #41a62a; |
diff --git a/src/wp-content/themes/twentyseventeen/assets/css/blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/blocks.css
index 7aba715c8b..aeccda486e 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
302 | 302 | |
303 | 303 | /* Comments */ |
304 | 304 | |
305 | | .wp-block-latest-comments article { |
| 305 | .wp-block-latest-comments article:not(:last-child) { |
306 | 306 | margin-bottom: 4em; |
307 | 307 | } |
308 | 308 | |
diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css
index 72a6873660..b7d669947d 100644
a
|
b
|
hr.wp-block-separator { |
327 | 327 | line-height: 1.6153846154; |
328 | 328 | } |
329 | 329 | |
330 | | .wp-block-latest-comments .wp-block-latest-comments__comment { |
| 330 | .wp-block-latest-comments .wp-block-latest-comments__comment:not(:first-child) { |
331 | 331 | border-top: 1px solid #d1d1d1; |
332 | 332 | margin-bottom: 0; |
333 | 333 | padding: 1.75em 0; |
diff --git a/src/wp-content/themes/twentyten/style.css b/src/wp-content/themes/twentyten/style.css
index 762a3ab531..711d1181a0 100644
a
|
b
|
h3#reply-title { |
1285 | 1285 | margin-left: 1.3em; |
1286 | 1286 | padding: 0; |
1287 | 1287 | } |
| 1288 | #main .widget-area ul.wp-block-latest-posts.wp-block-latest-posts__list { |
| 1289 | list-style: square; |
| 1290 | } |
1288 | 1291 | #primary { |
1289 | 1292 | } |
1290 | 1293 | #secondary { |
diff --git a/src/wp-content/themes/twentythirteen/css/blocks.css b/src/wp-content/themes/twentythirteen/css/blocks.css
index 428d8c62cd..3b0f3fdfea 100644
a
|
b
|
body:not(.sidebar) .wp-block-table.alignfull { |
583 | 583 | font-size: 16px; |
584 | 584 | } |
585 | 585 | |
586 | | .wp-block-latest-comments .wp-block-latest-comments__comment { |
| 586 | .wp-block-latest-comments .wp-block-latest-comments__comment:not(:first-child) { |
587 | 587 | background: url(../images/dotted-line.png) repeat-x left top; |
588 | 588 | margin-bottom: 0; |
589 | 589 | padding: 24px 0; |
diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
index 6dcc4045d9..bc10a9c515 100644
a
|
b
|
h6, |
2546 | 2546 | padding-right: var(--global--spacing-unit); |
2547 | 2547 | } |
2548 | 2548 | |
| 2549 | .widget_block .wp-block-latest-posts > li > a { |
| 2550 | font-size: var(--global--font-size-sm); |
| 2551 | } |
| 2552 | |
2549 | 2553 | .entry-content [class*=inner-container] .wp-block-latest-posts.alignfull, |
2550 | 2554 | .entry-content .has-background .wp-block-latest-posts.alignfull { |
2551 | 2555 | padding-left: 0; |