fix: hover state for a tag in prose
This commit is contained in:
		@@ -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') },
 | 
			
		||||
            },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user