upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit bb71ee40f5 - Show all commits

View File

@ -77,17 +77,10 @@ module.exports = {
borderRadius: '0.25rem', borderRadius: '0.25rem',
}, },
hr: { borderColor: theme('colors.gray.200') }, hr: { borderColor: theme('colors.gray.200') },
'ol li::before': {
fontWeight: '600',
color: theme('colors.gray.500'),
},
'ol li::marker': { 'ol li::marker': {
fontWeight: '600', fontWeight: '600',
color: theme('colors.gray.500'), color: theme('colors.gray.500'),
}, },
'ul li::before': {
backgroundColor: theme('colors.gray.500'),
},
'ul li::marker': { 'ul li::marker': {
backgroundColor: theme('colors.gray.500'), backgroundColor: theme('colors.gray.500'),
}, },
@ -135,17 +128,10 @@ module.exports = {
backgroundColor: theme('colors.gray.800'), backgroundColor: theme('colors.gray.800'),
}, },
hr: { borderColor: theme('colors.gray.700') }, hr: { borderColor: theme('colors.gray.700') },
'ol li::before': {
fontWeight: '600',
color: theme('colors.gray.400'),
},
'ol li::marker': { 'ol li::marker': {
fontWeight: '600', fontWeight: '600',
color: theme('colors.gray.400'), color: theme('colors.gray.400'),
}, },
'ul li::before': {
backgroundColor: theme('colors.gray.400'),
},
'ul li::marker': { 'ul li::marker': {
backgroundColor: theme('colors.gray.400'), backgroundColor: theme('colors.gray.400'),
}, },