Don't let the browser use the default blue/purple color for synthesized YouTube channel link-title

This commit is contained in:
shinigami-eyes 2019-04-30 21:59:12 +02:00
parent d099843fa1
commit 70e206ba59
1 changed files with 1 additions and 0 deletions

View File

@ -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;