diff --git a/style/tailwind.css b/style/tailwind.css index a37e38a..848b7b3 100644 --- a/style/tailwind.css +++ b/style/tailwind.css @@ -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); + } +}