diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-05 14:44:31 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-05 14:44:31 -0500 |
| commit | 16ec9ef2e1e53b5cc2a3fd86c123e39371d00c2b (patch) | |
| tree | c7d702bc34b643d3db2d127378e843086e52d0d4 /ui/styles/variables.css | |
| parent | 377e6255a6534e5371512fa051ea16b42e761aac (diff) | |
Stylize more better
Diffstat (limited to 'ui/styles/variables.css')
| -rw-r--r-- | ui/styles/variables.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/styles/variables.css b/ui/styles/variables.css index 9a1c689..f753589 100644 --- a/ui/styles/variables.css +++ b/ui/styles/variables.css @@ -48,6 +48,7 @@ --colour-message-run-other-text: var(--light-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); --colour-message-run-username-text: color-mix(in srgb, var(--colour-base) 50%, black); /* Message */ |
