Add soft error color

This commit is contained in:
2026-06-20 22:36:23 -04:00
parent f015a0deed
commit 7c2c76ebd5

View File

@@ -10,6 +10,11 @@
@source not "*"; @source not "*";
@source "./src/**/*.{rs,html,css}"; @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 { @layer utilities {
.interact { .interact {
@apply cursor-pointer; @apply cursor-pointer;