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 {