diff options
Diffstat (limited to 'code')
| -rw-r--r-- | code/app/src/app.pcss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
