make error string not be red on red
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index 84012a0537edbb4e4ee3070547edd5b2f1fb27bd..290f575a9db2c4ffcf213d001c0cf19007771359 100644 (file)
@@ -225,12 +225,20 @@ a {
   border-color: #FFCF00;
 }
 
+.message:hover {
+  background-color: #404000;
+}
+
 .message[severity=error] {
   background-color: #FF0000;
 }
 
 .console-string {
-  color: #FF0000;
+  color: #FF9F00;
+}
+
+.message[severity=error] .console-string {
+  color: #000000;
 }
 
 .message[category=network] > .indent {