aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitoffthelawn <Gitoffthelawn@users.noreply.github.com>2023-01-16 23:30:04 -0800
committerGitHub <noreply@github.com>2023-01-16 23:30:04 -0800
commite8f36263f840c7de8550d8b2ef7036967f960ba2 (patch)
treea9491ec348b7c0863bc27dbd3fa28aa77e46b207
parente0bd1410dce4cb6bc92514b35edb730da4dd7214 (diff)
Improve dark theme
-rw-r--r--css/popup.css9
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 {