summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIwanIDev <iwan@iwani.dev>2026-03-31 13:53:33 +0100
committerIwanIDev <iwan@iwani.dev>2026-03-31 13:53:33 +0100
commitd8c2b5d87993ec11c05c54f8e237ccaeaccccde2 (patch)
tree0d6c4f168cdb6501fd30e6848c5607dfac14ff9a
parent0047bca2c3da4c05ccb1e21a857c65e864dd786c (diff)
refactor: switch anchor tag underline to only be when under a p tag
-rw-r--r--src/styles/global.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/global.css b/src/styles/global.css
index 38d2570..705033a 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -128,7 +128,7 @@
@apply font-mono;
}
- a {
+ p > a {
@apply hover:underline text-blue-600;
}
}