How to apply common nodes style to the list item node? #3793
Unanswered
nickschinestzki
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use CSS to make the list item markers (1, 2, 3 or a bullet in unordered lists) to follow the style of its content.
Here's an example of how it is right now:
The markers are the same regardless of the font size and color of its content (plus font-weight, etc).
So, how can I apply styles to a whole list item when selecting the full ListItemNode?
Beta Was this translation helpful? Give feedback.
All reactions