diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-01-11 13:34:13 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-01-11 13:34:13 -0500 |
| commit | 6d51f8568e337e768505ccfdef916b84dd6eb1b3 (patch) | |
| tree | dec4545ccbe44c8e2baf6e633308359f40ac610a /ui/styles/variables.css | |
| parent | d858fc8105cfe6333671426fe0e43302bceace92 (diff) | |
npm run format
Diffstat (limited to 'ui/styles/variables.css')
| -rw-r--r-- | ui/styles/variables.css | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/ui/styles/variables.css b/ui/styles/variables.css index fa51506..80817f3 100644 --- a/ui/styles/variables.css +++ b/ui/styles/variables.css @@ -8,9 +8,9 @@ --nav-width: 21rem; /* coloUrs */ - --colour-okay: #6A994E; - --colour-warn: #EBC3BE; - --colour-error: #DE5F55; + --colour-okay: #6a994e; + --colour-warn: #ebc3be; + --colour-error: #de5f55; /* I dunno, I liked this colour: */ --colour-base: rgb(121, 96, 159); @@ -43,9 +43,17 @@ /* MessageRun */ --colour-message-run-self-bg: color-mix(in srgb, var(--colour-base) 30%, white); - --colour-message-run-self-border: color-mix(in srgb, var(--colour-message-run-self-bg) 50%, black); + --colour-message-run-self-border: color-mix( + in srgb, + var(--colour-message-run-self-bg) 50%, + black + ); --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-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(--dark-text); |
