Change blue colour for prose links
This commit is contained in:
parent
55b2005b7d
commit
ffed78ef8b
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue