make devtools tooltips have black background and blue border for readability
[themes.git] / LCARStrek / devtools / variables.css
index 49f0a28a80dc69c388fbf4cee2d46154aa529291..14ab52ea83e75097a03cc8c5bbc481b3f0e2f163 100644 (file)
@@ -86,8 +86,8 @@
   --theme-pane-expand-image: url(chrome://devtools/skin/images/pane-expand.svg);
 
   /* Tooltips */
-  --theme-tooltip-border: #FFCF00;
-  --theme-tooltip-background: #9C9CFF;
+  --theme-tooltip-border: #9C9CFF;
+  --theme-tooltip-background: #000000;
   /*--theme-tooltip-shadow: rgba(25, 25, 25, 0.76);*/
 
   /* Command line */