diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-01-11 18:23:15 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-01-12 13:46:41 +0100 |
commit | 7abe96f4eb6dca922f6784f048050ddbdea975f3 (patch) | |
tree | 6abbc563f126c13776536a30b1dd2cf977e0a9f6 /public | |
parent | e40d9af1a6e90d295191a9b1c6e320f789c58ecf (diff) | |
download | server-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.css | 1 |
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 { |