From c2c69ce73461ce6335bb0be67bdec52e95f3aafe Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 11 Oct 2022 12:54:53 +0800 Subject: feat: Always show pointer on .link --- code/app/src/app.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/app') diff --git a/code/app/src/app.pcss b/code/app/src/app.pcss index d256fea..44855f5 100644 --- a/code/app/src/app.pcss +++ b/code/app/src/app.pcss @@ -22,7 +22,7 @@ pre { } .link { - @apply text-blue-600 hover:text-blue-700 transition duration-300 ease-in-out mb-4; + @apply text-blue-600 hover:text-blue-700 transition duration-300 ease-in-out mb-4 cursor-pointer; &.danger { @apply text-red-600 hover:text-red-700; -- cgit v1.3