feat: show pointer when hovering over clickable shard

This commit is contained in:
spiral
2022-01-23 02:49:25 -05:00
parent 737240d4db
commit f48a8d401f

View File

@@ -49,6 +49,9 @@
display: block;
float: left;
}
.shard:hover {
cursor: pointer;
}
.shard {
color: #fff;
display: block;