diff options
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css index ffd7dda..5987443 100644 --- a/src/index.css +++ b/src/index.css @@ -10,6 +10,9 @@ body { font-family: Ubuntu, system-ui, sans-serif; touch-action: manipulation; /* Prevents non-standard gestures such as double-tap to zoom */ } +a { + @apply hover:underline hover:cursor-pointer; +} /* For transitions/animations */ .fade-enter-from, .fade-leave-to { |
