Outline for t-friendly tumblr links

This commit is contained in:
shinigami-eyes 2018-12-16 15:30:12 +01:00
parent 2e5b4527b3
commit 2f5b533dd7

View File

@ -46,7 +46,7 @@ function fixupSiteStyles(){
var style = document.createElement('style');
style.textContent = `
.assigned-label-transphobic { outline: 2px solid #991515 !important; }
/*.assigned-label-t-friendly { outline: 2px #77B91E !important; }*/
.assigned-label-t-friendly { outline: 1px solid #77B91E !important; }
`;
document.head.appendChild(style);
}