Change blue colour for prose links
This commit is contained in:
parent
55b2005b7d
commit
ffed78ef8b
|
@ -28,7 +28,7 @@ module.exports = {
|
||||||
DEFAULT: {
|
DEFAULT: {
|
||||||
css: {
|
css: {
|
||||||
a: {
|
a: {
|
||||||
color: theme('colors.blue.500')
|
color: theme('colors.blue.700')
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
backgroundColor: theme('colors.gray.150'),
|
backgroundColor: theme('colors.gray.150'),
|
||||||
|
|
Loading…
Reference in a new issue