summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-06-06 16:15:43 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commit4befc7eb54e2f31709f0e29936570605abde8bbc (patch)
treec498652c67e33f312c3bfdf32657387a94a656db /play.html
parent8889442d2f01b78952626aa9917630840afd87f5 (diff)
downloadshores-of-tripoli-4befc7eb54e2f31709f0e29936570605abde8bbc.tar.gz
tripoli: Basic card play.
Diffstat (limited to 'play.html')
-rw-r--r--play.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/play.html b/play.html
index 0d0400a..11b74e7 100644
--- a/play.html
+++ b/play.html
@@ -18,7 +18,8 @@
.grid_role { background-color: ghostwhite; }
.grid_log { background-color: ghostwhite; }
.grid_top { background-color: silver; }
-.grid_top.your_turn { background-color: orange; }
+.grid_top.Tripolitania.your_turn { background-color: salmon; }
+.grid_top.United_States.your_turn { background-color: skyblue; }
.grid_top.disconnected { background-color: red; }
.role_info { background-color: gainsboro; }
.one .role_name { background-color: skyblue; }