Set prose links to base font-weight

This commit is contained in:
Daniele Tonon
2023-11-08 22:24:09 +01:00
parent 96c0459148
commit fbf94018d1

View File

@@ -31,6 +31,9 @@ module.exports = {
'--tw-prose-invert-headings': theme('colors.strongpink'),
'--tw-prose-links': theme('colors.gray[700]'),
'--tw-prose-invert-links': theme('colors.neutral[50]')
a: {
'font-weight': 300,
},
}
}
})