How to colour <ul><li> bullet points?
See original GitHub issueI have tried this, but it doesn’t work:
ul: { color: '#fff' }, li: { color: '#fff' },
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
How To Change Bullet Color of a List - W3Schools
Step 2) Add CSS: By default, it is not possible to change the bullet color of a list item. However, you can do...
Read more >How to set Bullet colors in UL/LI html lists via CSS without ...
I found you can color the bullets by just using color:#ddd; on the li item itself. Here's an example. li{ color:#ff0000; list-style:square; } ......
Read more >Change color of list bullet in blocks - LaTeX Stack Exchange
I want the list bullets in alerted blocks to be red and the otherwise in blue. The problem is that I don't manage...
Read more >How To Change Bullet Point Color In Word - YouTube
HOW TO CHANGE BULLET POINT COLOR IN WORD // Watch this quick tutorial to learn how to make your bullet points a different...
Read more >CSS: colored bullets and list numbers - W3C
Ever wanted to make a list with the bullets a different color than the text, like in this example? First item; First item....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For proper list alignment I found that I have to create a “table” with views.
So something like this:
~However for this to work you have to use the github master, because
domToElement
is available in the function since 607ab6a805ca9aab448f3a910d610ae53a0708ee, which has not been released yet.~ nevermind, it’s in 0.9.0 nowThanks guys, this is really helpful, will give it a try.