diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-11 06:54:53 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-11 06:54:53 +0200 |
| commit | c2c69ce73461ce6335bb0be67bdec52e95f3aafe (patch) | |
| tree | 4c63c48387abac99df7306ea1ef275edc34483e0 | |
| parent | 692d7a6d227fb9afaa8f7bc021f6765f6015757b (diff) | |
| download | greatoffice-c2c69ce73461ce6335bb0be67bdec52e95f3aafe.tar.xz greatoffice-c2c69ce73461ce6335bb0be67bdec52e95f3aafe.zip | |
feat: Always show pointer on .link
| -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; |
