| Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
|
| index fd963be47a57429ff3e9741be9052df9583efd3d..f16201fa47f249fd7469225117143ebc5ee2e50c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
|
| @@ -108,6 +108,13 @@
|
| color: #00e;
|
| }
|
|
|
| +.-theme-with-dark-background .webkit-html-external-link,
|
| +.-theme-with-dark-background .webkit-html-resource-link,
|
| +:host-context(.-theme-with-dark-background) .webkit-html-external-link,
|
| +:host-context(.-theme-with-dark-background) .webkit-html-resource-link {
|
| + color: hsl(0, 0%, 67%);
|
| +}
|
| +
|
| .webkit-html-resource-link {
|
| /* Required for consistency with view-source.css, since anchors may not have href attributes */
|
| text-decoration: underline;
|
|
|