diff --git a/styles.css b/styles.css index 2d7f786..efe624b 100644 --- a/styles.css +++ b/styles.css @@ -277,21 +277,21 @@ body { } .game-status.winner { - background: #f8d7da; - border: 2px solid #f5c6cb; + background: #d4edda; + border: 2px solid #c3e6cb; } .game-status.winner h3 { - color: #721c24; + color: #155724; } .game-status.loser { - background: #d4edda; - border: 2px solid #c3e6cb; + background: #f8d7da; + border: 2px solid #f5c6cb; } .game-status.loser h3 { - color: #155724; + color: #721c24; } /* Buttons */