aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitoffthelawn <Gitoffthelawn@users.noreply.github.com>2023-01-16 23:16:46 -0800
committerGitHub <noreply@github.com>2023-01-16 23:16:46 -0800
commitb9a01f8de1a224511f45980e9f52e8fafe4207e8 (patch)
treed41fdba6c48a684e7efe8a3c184d3c52b342c009
parent9a1363e442e091d4e96072fc01873a51c2eada84 (diff)
Code consistency (continued)
-rw-r--r--css/popup.css3
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;
- }
+ }
}