From 7c2c76ebd50a155c95ad7ced1e96c4c6fd77abe6 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Sat, 20 Jun 2026 22:36:23 -0400 Subject: [PATCH] Add soft error color --- style/tailwind.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/tailwind.css b/style/tailwind.css index 848b7b3..ba36b04 100644 --- a/style/tailwind.css +++ b/style/tailwind.css @@ -10,6 +10,11 @@ @source not "*"; @source "./src/**/*.{rs,html,css}"; +@theme { + /* Copied out of DaisyUI theme, which doesn't make the color available */ + --color-soft-error: color-mix(in oklab, var(--color-error, var(--color-base-content)) 8%, var(--color-base-100)); +} + @layer utilities { .interact { @apply cursor-pointer;