| Index: Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
|
| diff --git a/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css b/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
|
| index 92ca65a42167e9c71d5d782d96f6a4ca1a5db506..fd963be47a57429ff3e9741be9052df9583efd3d 100644
|
| --- a/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
|
| +++ b/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
|
| @@ -57,6 +57,10 @@
|
| }
|
|
|
| .webkit-html-tag {
|
| + color: rgb(168, 148, 166);
|
| +}
|
| +
|
| +.webkit-html-tag-name, .webkit-html-close-tag-name {
|
| /* Keep this in sync with view-source.css (.webkit-html-tag) */
|
| color: rgb(136, 18, 128);
|
| }
|
|
|