Skip to content

Commit

Permalink
[patch] fix color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
squgeim committed Oct 2, 2023
1 parent d61901c commit ad3e162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contentScripts/youtube/configureBtn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export class ConfigureChannelBtn implements EventHandler {
btn.style.lineHeight = "1.5em";
btn.style.cursor = "pointer";
btn.style.fontSize = "1.2em";
btn.style.color = "var(--yt-spec-text-primary, black)";
btn.style.borderBottom = "1px solid var(--yt-spec-text-primary, black)";
btn.style.marginBottom = "1em";

Expand Down

0 comments on commit ad3e162

Please sign in to comment.