| Index: third_party/WebKit/Source/devtools/front_end/console/consoleView.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
|
| index 6008823bea76a31cdb28f5cab0f5f559993e3cc9..ac8119108816d5c0c74bff26648985773c692c81 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
|
| @@ -265,6 +265,10 @@
|
| background-color: hsl(0, 100%, 97%);
|
| }
|
|
|
| +.-theme-with-dark-background .console-error-level {
|
| + background-color: hsl(0, 100%, 8%);
|
| +}
|
| +
|
| .console-warning-level {
|
| background-color: hsl(50, 100%, 95%);
|
| }
|
|
|