minor refactors

This commit is contained in:
Chris Kruining 2024-11-05 16:15:46 +01:00
parent 5af8fee981
commit 6e41abdf46
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 7 additions and 7 deletions

View file

@ -8,10 +8,8 @@
--surface-5: light-dark(#fff, #444);
--text-1: light-dark(#222, #eee);
--text-2: light-dark(#282828, #d8d8d8);
--primary: light-dark(#41c6b3, #6be8d6);
color: var(--text-1);
accent-color: var(--primary);
--primary: light-dark(oklch(.7503 0.117 181.6), oklch(.8549 0.1149 182.77));
--info: light-dark(oklch(.71 .17 249), oklch(.71 .17 249));
--fail: light-dark(oklch(.64 .21 25.3), oklch(.64 .21 25.3));
@ -50,6 +48,7 @@ body {
background-color: var(--surface-1);
color: var(--text-2);
accent-color: var(--primary);
margin: 0;