aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-02 15:26:22 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-02 15:26:22 +1000
commitb8694f56d687307c64ba6775f9f0d4c064a2669a (patch)
tree50a7fc73dcb50aeef751f942e6a550f0b747bfa1 /src/index.css
parent0d9945402ef72f127ebcb03a8dfc03af319196e9 (diff)
Adjust tutorial content
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css3
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 {