stroke on hover

This commit is contained in:
Anthony Lieuallen 2022-11-20 17:01:19 -05:00
parent c21e95d9c4
commit 41b16b561a
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
width="800"
xmlns="http://www.w3.org/2000/svg"
>
<style>
circle { stroke-width: 2px; }
circle:hover { stroke: black; }
</style>
</svg>
<script>