Skip to content

Commit a27baba

Browse files
committed
Twenty Twenty-Four: Fixes Latest Comment Link Color in Sidebar.
This sets the link color to work for dark areas when 51205 set to white for any widget area. This was not good for Primary and Footer Widget Areas. Props sabernhardt, dhruvang21, ravigadhiyawp, sandeepdahiya. Fixes #63520. git-svn-id: https://develop.svn.wordpress.org/trunk@60368 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c08537d commit a27baba

File tree

1 file changed

+1
-1
lines changed
  • src/wp-content/themes/twentyfourteen/css

1 file changed

+1
-1
lines changed

src/wp-content/themes/twentyfourteen/css/blocks.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ p.has-drop-cap:not(:focus)::first-letter {
368368
color: #41a62a;
369369
}
370370

371-
.widget-area .wp-block-latest-comments__comment-meta a {
371+
.widget-area:where(:not(.content-sidebar)) .wp-block-latest-comments__comment-meta a {
372372
color: #fff;
373373
}
374374

0 commit comments

Comments
 (0)