From 8ae273410cc52b173a8330677168295e3ba3b9a9 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sun, 22 Jun 2025 01:18:53 +0200 Subject: [PATCH] without underline --- client/src/styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/styles/global.css b/client/src/styles/global.css index 621547b9..e4d93e08 100644 --- a/client/src/styles/global.css +++ b/client/src/styles/global.css @@ -96,9 +96,9 @@ @apply text-gray-700 leading-relaxed mb-4; } - /* Links */ + /* Links - no underline */ a { - @apply text-blue-600 hover:text-blue-800 underline transition-colors duration-200; + @apply text-blue-600 hover:text-blue-800 transition-colors duration-200; } /* Code blocks */