diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-14 20:09:04 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-14 20:09:04 -0500 |
| commit | 846130d6f90e3cacae64edbabbaa410be63f5727 (patch) | |
| tree | 3aa8f8f70d8bc65a0f778b4fd279d7613191ebdd /ui/styles/variables.css | |
| parent | 55c6b6788f670cd7b2c96f6e8ae7bb2378b86176 (diff) | |
Make handle text light, so it's legible
Diffstat (limited to 'ui/styles/variables.css')
| -rw-r--r-- | ui/styles/variables.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/styles/variables.css b/ui/styles/variables.css index 80817f3..c43832c 100644 --- a/ui/styles/variables.css +++ b/ui/styles/variables.css @@ -68,5 +68,5 @@ /* Message handle */ --colour-message-handle-bg: color-mix(in srgb, var(--colour-base) 90%, black); --colour-message-handle-border: color-mix(in srgb, var(--colour-message-handle-bg) 50%, black); - --colour-message-handle-text: var(--dark-text); + --colour-message-handle-text: var(--light-text); } |
