diff options
| author | Vineet Kumar <git@vineetk.net> | 2022-08-29 17:02:12 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-14 17:02:12 -0400 |
| commit | 199c684366d6cf7431513ff15bae9861166a3a19 (patch) | |
| tree | ab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/global/narrate.css | |
| parent | 48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff) | |
Diffstat (limited to 'src/chrome/global/narrate.css')
| -rw-r--r-- | src/chrome/global/narrate.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/global/narrate.css b/src/chrome/global/narrate.css index 76b488c..e2e7c6b 100644 --- a/src/chrome/global/narrate.css +++ b/src/chrome/global/narrate.css | |||
| @@ -15,7 +15,7 @@ body.sepia .narrating { | |||
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | body.dark .narrating { | 17 | body.dark .narrating { |
| 18 | background-color: #000000; | 18 | background-color: #181411; |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | .narrate-word-highlight { | 21 | .narrate-word-highlight { |
| @@ -62,7 +62,7 @@ body.dark .narrate-word-highlight { | |||
| 62 | } | 62 | } |
| 63 | 63 | ||
| 64 | .narrate-dropdown > .dropdown-popup button:hover:not(:disabled) { | 64 | .narrate-dropdown > .dropdown-popup button:hover:not(:disabled) { |
| 65 | background-color: #000000; | 65 | background-color: #181411; |
| 66 | } | 66 | } |
| 67 | 67 | ||
| 68 | .narrate-row { | 68 | .narrate-row { |
| @@ -158,7 +158,7 @@ body.dark .narrate-word-highlight { | |||
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | .narrate-rate-input::-moz-range-thumb { | 160 | .narrate-rate-input::-moz-range-thumb { |
| 161 | background-color: #000000; | 161 | background-color: #181411; |
| 162 | height: 16px; | 162 | height: 16px; |
| 163 | width: 16px; | 163 | width: 16px; |
| 164 | border-radius: 8px; | 164 | border-radius: 8px; |
| @@ -208,7 +208,7 @@ body.dark .narrate-word-highlight { | |||
| 208 | } | 208 | } |
| 209 | 209 | ||
| 210 | .voiceselect > .options:not(.hovering) > button.option:focus { | 210 | .voiceselect > .options:not(.hovering) > button.option:focus { |
| 211 | background-color: #000000; | 211 | background-color: #181411; |
| 212 | } | 212 | } |
| 213 | 213 | ||
| 214 | .voiceselect > .options:not(.hovering) > button.option:hover:not(:focus) { | 214 | .voiceselect > .options:not(.hovering) > button.option:hover:not(:focus) { |
