refined js

This commit is contained in:
Garry Ing
2021-03-11 22:07:34 -05:00
parent 8537c86963
commit 2082617721
5 changed files with 231 additions and 261 deletions

View File

@ -16,7 +16,8 @@
.nodes circle {
cursor: pointer;
fill: $accent-color;
stroke: $accent-color;
fill: transparent;
transition: all 0.15s ease-out;
}