Skip to content

Commit fa6b184

Browse files
Update comments.css
1 parent 59853fc commit fa6b184

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • js&css/extension/www.youtube.com/appearance/comments

js&css/extension/www.youtube.com/appearance/comments/comments.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ html[it-comments='collapsed'][data-page-type=video] ytd-comments:not([it-activat
7070
}
7171
/* Fix: "Show more/less" font is black on YouTube Dark theme */
7272
html[dark][it-comments='collapsed'][data-page-type=video] ytd-comments ytd-comments-header-renderer::after,
73-
html[data-theme='dark'][it-comments='collapsed'][data-page-type=video] ytd-comments ytd-comments-header-renderer::after {
74-
color: var(--yt-spec-text-primary, #ffffff) !important;
73+
html[data-theme='dark'][it-comments='collapsed'][data-page-type=video] ytd-comments ytd-comments-header-renderer::after,
74+
html[data-theme='black'][it-comments='collapsed'][data-page-type=video] ytd-comments ytd-comments-header-renderer::after {
75+
color: var(--yt-spec-text-primary, #eee) !important;
7576
}
7677

7778
/* 2 COLS FEATURE */

0 commit comments

Comments
 (0)