This commit is contained in:
Anthony Lieuallen 2022-11-20 17:31:27 -05:00
parent b54fe7529e
commit 5ae3142d19
1 changed files with 1 additions and 3 deletions

View File

@ -15,9 +15,7 @@
xmlns="http://www.w3.org/2000/svg"
>
<style>
circle { stroke-width: 2px; }
circle:hover { stroke: black; }
polygon { stroke-width: 2px; }
polygon { stroke-width: 4px; }
polygon:hover { stroke: black; }
</style>