second and final part of syncing LCARStrek with Firefox 37 windows theme changes
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index b10d94cda4582f77fb7ae22e1e8c5501f6a1384b..26827648129be5403d7da9771f1f26c867491403 100644 (file)
@@ -138,7 +138,7 @@ a {
   display: flex;
 }
 
-.message-body {
+.message-body > * {
   white-space: pre-wrap;
   word-wrap: break-word;
 }
@@ -230,7 +230,7 @@ a {
 }
 
 .message:hover {
-  background-color: #404000;
+  background-color: var(--theme-contrast-background);
 }
 
 .message[severity=error] {