html - Unordered list of hyperlinks - Match bullet color with link text color -


I created all list items as hyperlinks.
What do I want here that the color of the bullet should be match according to its condition, the hyperlink color (visited or not seen)
I just want to use CSS Is this possible? If I can match the colors while hovering the cursor over the link, then it would be great.

try it

  li (color: red) a {color} : Red; (Block: green)   



Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -