From b8694f56d687307c64ba6775f9f0d4c064a2669a Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 2 Jul 2022 15:26:22 +1000 Subject: Adjust tutorial content --- src/index.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/index.css') 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 { -- cgit v1.2.3