diff options
-rw-r--r-- | css/popup.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/css/popup.css b/css/popup.css index 2a8dc70..573d18f 100644 --- a/css/popup.css +++ b/css/popup.css @@ -66,21 +66,18 @@ label span { color: #ddd; } - h1 { - color: white; - } - + h1, label { color: #eee; } th { - color: white; + color: #eee; font-weight: normal; } .disabled span { - color: rgb(252,87,84); + color: rgb(240,85,82); } button { |