feat: overhaul color palettes

This commit is contained in:
Sebin Nyshkim 2025-04-11 19:52:27 +02:00
parent baf90e0f9f
commit bbf08a98cd
4 changed files with 91 additions and 64 deletions

View file

@ -34,8 +34,8 @@
background: linear-gradient(
to bottom right,
oklch(from var(--clr-box-background) calc(l + 0.2) c h) 0%,
oklch(from var(--clr-box-background) l c h) 50%
var(--clr-box-gradient-start) 0%,
var(--clr-box-gradient-end) 50%
);
box-shadow: 0.125em 0.125em 0.5em var(--clr-box-shadow);