ensured cursor for hover on boxart is also a pointer

This commit is contained in:
Abdallah Soliman 2016-07-12 20:16:31 -05:00
parent 02036a6d14
commit 17ee04333e

View File

@ -134,6 +134,9 @@ main {
width: 100%;
height: 100%;
}
.box-art:hover {
cursor: pointer;
}
.current-game {
border: 3px solid green;
}