Changed the shade of red and orange attributes: view-source #7

This commit is contained in:
overdodactyl 2017-12-07 13:10:37 -07:00
parent bf4d2725b3
commit f81296c479
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@
color: #ff7de9 !important;
}
.highlight .entity {
color: #FF4500 !important;
color: #dea174 !important;
}
.highlight .attribute-name {
color: #86de74 !important;
@ -129,7 +129,7 @@
.highlight .error,
.highlight .error > :-moz-any(.start-tag, .end-tag, .comment, .cdata, .doctype,
.pi, .entity, .attribute-name, .attribute-value) {
color: red;
color: #de7474 !important;
}
}