diff options
| author | Gitoffthelawn <Gitoffthelawn@users.noreply.github.com> | 2023-01-16 23:16:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-16 23:16:46 -0800 |
| commit | b9a01f8de1a224511f45980e9f52e8fafe4207e8 (patch) | |
| tree | d41fdba6c48a684e7efe8a3c184d3c52b342c009 | |
| parent | 9a1363e442e091d4e96072fc01873a51c2eada84 (diff) | |
Code consistency (continued)
| -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; - } + } } |
