From d8c2b5d87993ec11c05c54f8e237ccaeaccccde2 Mon Sep 17 00:00:00 2001 From: IwanIDev Date: Tue, 31 Mar 2026 13:53:33 +0100 Subject: refactor: switch anchor tag underline to only be when under a p tag --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- cgit