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',