summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-01-11 18:23:15 +0100
committerTor Andersson <tor@ccxvii.net>2022-01-12 13:46:41 +0100
commit7abe96f4eb6dca922f6784f048050ddbdea975f3 (patch)
tree6abbc563f126c13776536a30b1dd2cf977e0a9f6 /public
parente40d9af1a6e90d295191a9b1c6e320f789c58ecf (diff)
downloadserver-7abe96f4eb6dca922f6784f048050ddbdea975f3.tar.gz
Handle errors when following a rematch link to an already started game.
Diffstat (limited to 'public')
-rw-r--r--public/common/play.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/common/play.css b/public/common/play.css
index 64e9202..4a413fc 100644
--- a/public/common/play.css
+++ b/public/common/play.css
@@ -70,6 +70,7 @@ header {
display: flex;
align-items: center;
border-bottom: 1px solid black;
+ background-color: gainsboro;
}
header.disconnected {