summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.html b/play.html
index 064d054..9f16a10 100644
--- a/play.html
+++ b/play.html
@@ -40,7 +40,7 @@
padding: 3px;
}
-.hand.greek {
+#hand.greek {
background-color: rosybrown;
border-radius: 10px;
}
@@ -414,7 +414,7 @@
</div>
- <div class="hand">
+ <div id="hand" class="hand">
<div id="card_1" class="card card_1"></div>
<div id="card_2" class="card card_2"></div>
<div id="card_3" class="card card_3"></div>