diff --git a/src/BitNode/ui/BitverseRoot.tsx b/src/BitNode/ui/BitverseRoot.tsx index cb72b75d8..603d2c9d6 100644 --- a/src/BitNode/ui/BitverseRoot.tsx +++ b/src/BitNode/ui/BitverseRoot.tsx @@ -15,24 +15,28 @@ const useStyles = makeStyles(() => createStyles({ level0: { color: "red", + cursor: "pointer", "&:hover": { color: "#fff", }, }, level1: { color: "yellow", + cursor: "pointer", "&:hover": { color: "#fff", }, }, level2: { color: "#48d1cc", + cursor: "pointer", "&:hover": { color: "#fff", }, }, level3: { color: "blue", + cursor: "pointer", "&:hover": { color: "#fff", },