File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,16 +39,12 @@ html[it-comments='collapsed'][data-page-type=video] ytd-comments ytd-comments-he
3939 font-family : inherit !important ;
4040 font-size : 1.6rem !important ;
4141 font-weight : 400 !important ;
42-
4342 display : flex !important ;
44-
4543 width : 100% !important ;
4644 height : 48px !important ;
4745 margin : 16px 0 0 !important ;
48-
4946 color : var (--yt-spec-text-primary ) !important ;
5047 border-bottom : 1px solid var (--yt-spec-10-percent-layer ) !important ;
51-
5248 justify-content : center !important ;
5349 align-items : center !important ;
5450}
@@ -72,6 +68,12 @@ html[it-comments='collapsed'][data-page-type=video] ytd-comments:not([it-activat
7268 min-width : min (calc (100vw - 1000px ), 1260px ) !important ; max-width : 1260px !important ;
7369 }
7470}
71+ /* Fix: "Show more/less" font is black on YouTube Dark theme */
72+ 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+ 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 ;
76+ }
7577
7678/* 2 COLS FEATURE */
7779@media screen and (min-width : 1952px ) {
You can’t perform that action at this time.
0 commit comments