Fix wrong link color on Twitter
This commit is contained in:
parent
3e1c9f6783
commit
9d43702588
@ -200,6 +200,8 @@ function applyLabel(a, identifier) {
|
||||
if (a.assignedCssLabel) {
|
||||
a.classList.add('assigned-label-' + a.assignedCssLabel);
|
||||
a.classList.add('has-assigned-label');
|
||||
if (hostname == 'twitter.com')
|
||||
a.classList.remove('u-textInheritColor');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user