summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/play.html b/play.html
index d800696..3a45177 100644
--- a/play.html
+++ b/play.html
@@ -19,8 +19,8 @@
.card_info { background-color: silver; }
.grid_log { background-color: gainsboro; }
.grid_top { background-color: silver; }
-.grid_top.Tripolitania.your_turn { background-color: salmon; }
-.grid_top.United_States.your_turn { background-color: skyblue; }
+.Tripolitania .grid_top.your_turn { background-color: salmon; }
+.United_States .grid_top.your_turn { background-color: skyblue; }
.one .role_name { background-color: skyblue; }
.two .role_name { background-color: salmon; }
@@ -43,8 +43,8 @@
border-bottom: 2px dotted gainsboro;
}
-.Observer ~ .grid_center > #hand_cards { display: none; }
-.Observer ~ .grid_center > .hand_separator { display: none; }
+.Observer .grid_center > #hand_cards { display: none; }
+.Observer .grid_center > .hand_separator { display: none; }
.card {
width: 250px;