From f2683ace66da18c374166ad35a920ed0b27b5663 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 3 Aug 2020 15:37:00 +0200 Subject: Full game flow --- client/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/style.css') diff --git a/client/style.css b/client/style.css index 4a134c6..e3824b6 100644 --- a/client/style.css +++ b/client/style.css @@ -25,6 +25,10 @@ html { background: #003300; } +.winner { + background: #701e58; +} + .white { color: black; background: white; -- cgit v1.2.3