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
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

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