diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/popup.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/popup.css b/css/popup.css index 1304df3..2a8dc70 100644 --- a/css/popup.css +++ b/css/popup.css @@ -73,6 +73,7 @@ label span { label { color: #eee; } + th { color: white; font-weight: normal; @@ -86,5 +87,5 @@ label span { border: solid 1px #777 !important; background-color: rgb(32,33,36) !important; color: #ddd; - } + } } |