chore: Next bubble improvements (#10759)

This commit is contained in:
Sivin Varghese
2025-01-29 22:56:08 +05:30
committed by GitHub
parent f6d87d0e6e
commit 2c1a8e59f5
18 changed files with 283 additions and 71 deletions

View File

@@ -114,6 +114,9 @@ const tailwindConfig = {
margin: '0 1em 0.5em 0',
},
},
'ul > li::marker': {
color: 'rgb(var(--slate-9))',
},
'ol li': {
margin: '0 0 0.5em 1em',
listStyleType: 'decimal',