From 43dbf54e5388714d4aa14cb2270d6893743a47c0 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 5 Nov 2024 14:35:12 +0100 Subject: [PATCH] Style the result block --- src/alfagok/static/game.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/alfagok/static/game.css b/src/alfagok/static/game.css index 211bec2..420d4e0 100644 --- a/src/alfagok/static/game.css +++ b/src/alfagok/static/game.css @@ -61,3 +61,12 @@ input[type="text"], button, .error { padding: .5rem; font-size: 1.5rem; } + +.win { + background-color: rgb(42 73 54); + padding: 1rem; +} + +.results { + background-color: #333; +}