diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-05-07 17:41:44 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-05-07 17:41:44 -0400 |
| commit | 7ab4d321d546818f702ecb363e41b899fc416a7e (patch) | |
| tree | 550abe9f8c7ad6f83075d1a0e4a8625053ab3d21 /ui/styles/variables.css | |
| parent | faacbb2757ecbe947d6a6534d28da5c815f5b3ff (diff) | |
| parent | a61a1031b0b55d07bae370e26ea4984a853bd513 (diff) | |
Merge branch 'prop/link-style-system'
Diffstat (limited to 'ui/styles/variables.css')
| -rw-r--r-- | ui/styles/variables.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/styles/variables.css b/ui/styles/variables.css index c43832c..211b236 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-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); |
