Skip to content

Commit

Permalink
adjust list bullet color
Browse files Browse the repository at this point in the history
  • Loading branch information
egmaleta committed Feb 17, 2024
1 parent e2580e6 commit fe6901e
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 fe6901e

Please sign in to comment.