summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mines.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/mines.css b/mines.css
index ef57f96..24d0813 100644
--- a/mines.css
+++ b/mines.css
@@ -106,7 +106,7 @@ td{
transition-duration: 0.2s;
- cursor: default;
+ cursor: pointer;
}
td.wt:hover{
@@ -178,4 +178,4 @@ button#circle.loading:hover{
padding: 15px;
margin-top: 20px
}
-} \ No newline at end of file
+}