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; +}