Skip to main content
The 2024 Developer Survey results are live! See the results
edit detailed
Source Link
KOMODO
  • 102
  • 1
  • 9

If you use a path, you can set the stroke color: I used for hover effect here:

svg:hover path {
  stroke: blue;
}

If you use a path, you can set the stroke color:

svg:hover path {
  stroke: blue;
}

If you use a path, you can set the stroke color: I used for hover effect here:

svg:hover path {
  stroke: blue;
}
reword, formatting
Source Link
Zach Jensz
  • 3.8k
  • 6
  • 16
  • 31
svg:hover path{
    stroke: blue; //color here
}

ifIf you use a path, you can set the stroke color. It worked for me.:

svg:hover path {
  stroke: blue;
}
svg:hover path{
    stroke: blue; //color here
}

if you use path, you can set stroke color. It worked for me.

If you use a path, you can set the stroke color:

svg:hover path {
  stroke: blue;
}
Source Link
KOMODO
  • 102
  • 1
  • 9

svg:hover path{
    stroke: blue; //color here
}

if you use path, you can set stroke color. It worked for me.