Add interact style

This commit is contained in:
2026-06-20 14:41:31 -04:00
parent 166b07e91f
commit e5c968933e

View File

@@ -9,3 +9,11 @@
@source not "*";
@source "./src/**/*.{rs,html,css}";
@layer utilities {
.interact {
@apply cursor-pointer;
@apply hover:text-base-content/70;
@apply active:text-primary active:translate-y-[.5px] active:shadow-(--btn-shadow);
}
}