make error string not be red on red
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index 056424c1e61bd041ee92a018d6386218bb6ab2b9..290f575a9db2c4ffcf213d001c0cf19007771359 100644 (file)
@@ -234,7 +234,11 @@ a {
 }
 
 .console-string {
-  color: #FF0000;
+  color: #FF9F00;
+}
+
+.message[severity=error] .console-string {
+  color: #000000;
 }
 
 .message[category=network] > .indent {