interaction

This commit is contained in:
Garry Ing
2021-03-15 21:18:42 -04:00
parent 44be8dd327
commit e5b12b1d92
3 changed files with 13 additions and 3 deletions

View File

@ -13,6 +13,16 @@
font-family: "Anthony", sans-serif;
}
// Extended cursors
.grab:hover {
cursor: grab;
}
.grabbing:active {
cursor: grabbing;
}
// Notes Graph
.links path {