Add interact style
This commit is contained in:
@@ -9,3 +9,11 @@
|
|||||||
|
|
||||||
@source not "*";
|
@source not "*";
|
||||||
@source "./src/**/*.{rs,html,css}";
|
@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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user