without underline

This commit is contained in:
2025-06-22 01:18:53 +02:00
parent b49ddf4b7c
commit 8ae273410c

View File

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