Add soft error color
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user