Skip to content

Commit

Permalink
Improve contrast of SVG element (#2771)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Thomas Smith <[email protected]>
  • Loading branch information
onno-vdbroek and bsmth authored Aug 2, 2024
1 parent 5ab1a09 commit 35365c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live-examples/css-examples/svg/pointer-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<a xlink:href="#">
<circle cx="50" cy="50" r="40" stroke="#ffb500" stroke-width="5" fill="#264653" />
<circle cx="50" cy="50" r="40" stroke="#ffb500" stroke-width="5" fill="#3E6E84" />
<text x="50" y="55" text-anchor="middle" fill="white">SVG</text>
</a>
</svg>
Expand Down

0 comments on commit 35365c1

Please sign in to comment.