Browse Source

increased line-height and use a lighter bg color in help tooltips

Gildas 6 years ago
parent
commit
fe6984a641
1 changed files with 2 additions and 2 deletions
  1. 2 2
      extension/ui/pages/options.css

+ 2 - 2
extension/ui/pages/options.css

@@ -114,8 +114,8 @@ h3 a {
     border: 1px #bfbfbf dotted;
     border-radius: 4px;
     padding: 2px;
-    background-color: #fffcc1;
-    line-height: 1.4em;
+    background-color: #fffdde;
+    line-height: 1.6em;
 }
 
 .help-content img {