Html – Styling <use> instances of an SVG symbol
The intended effect of the code below is that it displays 2 red circles that turn to gray if the mouse hovers over them: .hovered { fill: gray !important; /* Apply the gray fill color */ stroke: blue !important; /*…