feat: convert colors to use oklch

This commit is contained in:
Devin Haska 2025-04-04 14:19:10 -07:00
parent 21e49e518b
commit 517e835916
3 changed files with 18 additions and 20 deletions

View file

@ -82,5 +82,4 @@ description: A demo of the site's theme.
border: 1px solid var(--color-border);
padding: 1rem">A card-type component.</div>
<hr />
<div style="box-shadow: 2px 2px 8px hsl(var(--shadow) / 0.34);
padding: 1rem">This box has a shadow</div>
<div style="box-shadow: 2px 2px 8px var(--color-shadow); padding: 1rem">This box has a shadow</div>