Merge pull request #351 from timlrx/fix/prose-a-hover
fix: hover state for a tag in prose
This commit is contained in:
commit
e6db5e62cd
@ -29,7 +29,7 @@ module.exports = {
|
||||
a: {
|
||||
color: theme('colors.primary.500'),
|
||||
'&:hover': {
|
||||
color: theme('colors.primary.600'),
|
||||
color: `${theme('colors.primary.600')} !important`,
|
||||
},
|
||||
code: { color: theme('colors.primary.400') },
|
||||
},
|
||||
@ -97,7 +97,7 @@ module.exports = {
|
||||
a: {
|
||||
color: theme('colors.primary.500'),
|
||||
'&:hover': {
|
||||
color: theme('colors.primary.400'),
|
||||
color: `${theme('colors.primary.400')} !important`,
|
||||
},
|
||||
code: { color: theme('colors.primary.400') },
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user