summaryrefslogtreecommitdiff
path: root/ui/styles/variables.css
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-01-13 17:34:46 -0500
committerKit La Touche <kit@transneptune.net>2025-01-13 17:34:46 -0500
commit55c6b6788f670cd7b2c96f6e8ae7bb2378b86176 (patch)
treeb4ad6208a72cdb0b83c6ff89ff61de20539dc777 /ui/styles/variables.css
parent21c566479962cd7ecfa6dccd929b3069d0b201f9 (diff)
parentbdb7e677e2eaae1cc730915c79dd024c8acebdd3 (diff)
Merge branch 'main' into wip/fonts
Diffstat (limited to 'ui/styles/variables.css')
-rw-r--r--ui/styles/variables.css18
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);