diff options
author | Gitoffthelawn <Gitoffthelawn@users.noreply.github.com> | 2023-01-16 23:30:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 23:30:04 -0800 |
commit | e8f36263f840c7de8550d8b2ef7036967f960ba2 (patch) | |
tree | a9491ec348b7c0863bc27dbd3fa28aa77e46b207 /css/popup.css | |
parent | e0bd1410dce4cb6bc92514b35edb730da4dd7214 (diff) |
Improve dark theme
Diffstat (limited to 'css/popup.css')
-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 { |