Make sure important .class on a website does not override out css

This commit is contained in:
shinigami-eyes 2018-12-16 17:25:23 +01:00
parent b4905849a6
commit 6732442911

View File

@ -1,7 +1,5 @@
.assigned-label-transphobic { color: #991515 !important; }
.assigned-label-t-friendly { color: #77B91E !important; }
.assigned-label-bad { color: #A87200 !important; }
.assigned-label-good { color: #014E0B !important; }
.assigned-label-transphobic, a.assigned-label-transphobic { color: #991515 !important; }
.assigned-label-t-friendly, a.assigned-label-t-friendly { color: #77B91E !important; }
.has-assigned-label * { color: inherit !important; }
.shinigami-eyes-debug-snippet-highlight {