Skip to main content
added 176 characters in body
Source Link
Thomaszter
  • 1.5k
  • 2
  • 14
  • 26

There is:

ul { list-style:circle; color:blue; } 

For other font color additionally do this:

ul span { color:black; } 

and html:

<ul> <li><span>This is a black line</span></li> </ul> 

There is:

ul { list-style:circle; color:blue; } 

There is:

ul { list-style:circle; color:blue; } 

For other font color additionally do this:

ul span { color:black; } 

and html:

<ul> <li><span>This is a black line</span></li> </ul> 
Source Link
Thomaszter
  • 1.5k
  • 2
  • 14
  • 26

There is:

ul { list-style:circle; color:blue; }