Skip to content

Commit

Permalink
Adjust list bullet color in tailwind prose (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
egmaleta authored Feb 19, 2024
1 parent 3503382 commit 89dd945
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ module.exports = {
'pre > code': {
color: theme('colors.white'),
}
},{
'--tw-prose-bullets': figma_colors.content,
'--tw-prose-invert-bullets': figma_colors.dark.content,
}]

},
Expand Down

0 comments on commit 89dd945

Please sign in to comment.