diff --git a/extension/content.js b/extension/content.js index 7ff82e3..259f98c 100644 --- a/extension/content.js +++ b/extension/content.js @@ -174,6 +174,7 @@ function updateYouTubeChannelHeader() { replacement.style.fontWeight = '400'; replacement.style.lineHeight = '3rem'; replacement.style.textDecoration = 'none'; + replacement.style.color = 'black'; } replacement.textContent = lastAppliedYouTubeTitle; replacement.href = lastAppliedYouTubeUrl;