Small refactor
This commit is contained in:
parent
b9e49bfdd2
commit
825274213a
@ -29,7 +29,7 @@ function fixupSiteStyles() {
|
||||
.assigned-label-transphobic { outline: 2px solid var(--ShinigamiEyesTransphobic) !important; }
|
||||
.assigned-label-t-friendly { outline: 1px solid var(--ShinigamiEyesTFriendly) !important; }
|
||||
`);
|
||||
} else if (hostname == 'rationalwiki.org' || hostname.endsWith('wikipedia.org')) {
|
||||
} else if (hostname == 'rationalwiki.org' || domainIs(hostname, 'wikipedia.org')) {
|
||||
addStyleSheet(`
|
||||
.assigned-label-transphobic { outline: 1px solid var(--ShinigamiEyesTransphobic) !important; }
|
||||
.assigned-label-t-friendly { outline: 1px solid var(--ShinigamiEyesTFriendly) !important; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user