Change blue colour for prose links

This commit is contained in:
Oliver Davies 2021-01-22 01:07:53 +00:00
parent 55b2005b7d
commit ffed78ef8b

View file

@ -28,7 +28,7 @@ module.exports = {
DEFAULT: {
css: {
a: {
color: theme('colors.blue.500')
color: theme('colors.blue.700')
},
code: {
backgroundColor: theme('colors.gray.150'),