1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 01:59:38 +02:00

Use theme-related shade of red for DOM inspector

Candidate for revision to stable release.
This commit is contained in:
Raymond Hill 2022-02-09 10:26:25 -05:00
parent ddb570baed
commit 53c98c27cf
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -74,7 +74,7 @@
text-decoration: line-through;
}
#domInspector li > code.filter {
color: red;
color: var(--cm-negative);
}
#domInspector li > ul {