summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-01-05 21:52:20 -0500
committerKit La Touche <kit@transneptune.net>2025-01-05 21:52:20 -0500
commit26a3170c20a47335a9fb396eddf5d7493aa9a855 (patch)
treeeebc6e9bf7617fd101503eb5cb14c51cf3040ea9 /ui
parentb0bce048bfd15ff7585ee7e297d3fab9996c8899 (diff)
Make all text in active channel same colour
Diffstat (limited to 'ui')
-rw-r--r--ui/styles/variables.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/styles/variables.css b/ui/styles/variables.css
index 6252d7b..5caf094 100644
--- a/ui/styles/variables.css
+++ b/ui/styles/variables.css
@@ -47,7 +47,7 @@
--colour-message-run-other-bg: color-mix(in srgb, var(--colour-base) 50%, white);
--colour-message-run-other-border: color-mix(in srgb, var(--colour-message-run-other-bg) 50%, black);
--colour-message-run-self-text: var(--dark-text);
- --colour-message-run-other-text: var(--light-text);
+ --colour-message-run-other-text: var(--dark-text);
--colour-message-run-username-bg: color-mix(in srgb, var(--colour-base) 70%, white);
--colour-message-run-username-border: color-mix(in srgb, var(--colour-base) 50%, black);