summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 6c39ae2..0a568af 100644
--- a/style.css
+++ b/style.css
@@ -43,6 +43,10 @@ h1>span {
border-radius: 0.5em;
}
+.box:hover {
+ cursor: pointer;
+}
+
.pass {
background: #77ee77;
border: 2px solid #00dd00;