aboutsummaryrefslogtreecommitdiff
path: root/client/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/style.css')
-rw-r--r--client/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/style.css b/client/style.css
index 6cd9f5d..8552c63 100644
--- a/client/style.css
+++ b/client/style.css
@@ -16,10 +16,15 @@ html {
color: black;
background: white;
border: 2px solid black;
+ cursor: pointer;
+}
+
+.selected {
+ background: #d2f4c6;
}
.blank {
border-bottom: 2px solid white;
display: inline-block;
- width: 42px;
+ min-width: 42px;
}