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 */