summaryrefslogtreecommitdiff
path: root/ui/styles/variables.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/styles/variables.css')
-rw-r--r--ui/styles/variables.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/styles/variables.css b/ui/styles/variables.css
index 01efc19..ea0e9f5 100644
--- a/ui/styles/variables.css
+++ b/ui/styles/variables.css
@@ -18,6 +18,7 @@
/* Light text is a bit hard to read; I may need to adjust it. */
--light-text: color-mix(in srgb, var(--colour-base) 40%, white);
--dark-text: color-mix(in srgb, var(--colour-base) 40%, black);
+ --link-text: color-mix(in srgb, var(--colour-base) 40%, blue);
/* Header */
--colour-header-bg: color-mix(in srgb, var(--colour-base) 30%, black);
@@ -56,6 +57,7 @@
);
--colour-message-run-self-text: var(--dark-text);
--colour-message-run-other-text: var(--dark-text);
+ --colour-message-run-link-text: var(--link-text);
--colour-message-run-unsent-text: var(--light-text);
--colour-message-run-username-bg: color-mix(in srgb, var(--colour-base) 70%, white);