From 7aa27ef1bc26cf7b315c30f5c0f4b3e81e52b3f8 Mon Sep 17 00:00:00 2001 From: AliLtRP Date: Mon, 2 Feb 2026 11:16:43 +0300 Subject: [PATCH] fix: remove underline links without an href --- src/styles.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles.js b/src/styles.js index f563dab..6611e19 100644 --- a/src/styles.js +++ b/src/styles.js @@ -1417,6 +1417,11 @@ module.exports = { color: 'var(--tw-prose-lead)', }, a: { + color: 'var(--tw-prose-links)', + textDecoration: 'none', + fontWeight: '500', + }, + 'a[href]': { color: 'var(--tw-prose-links)', textDecoration: 'underline', fontWeight: '500',