diff --git a/pong/static/styles.css b/pong/static/styles.css index 3621ecc..19a2666 100644 --- a/pong/static/styles.css +++ b/pong/static/styles.css @@ -124,16 +124,22 @@ button:hover { #player1-pad { left: 10px; + background-color: #00ffff; + border-radius: 10px; + box-shadow: 0 0 15px #00ffff; } #player2-pad { right: 10px; + background-color: #00ffff; + border-radius: 10px; + box-shadow: 0 0 15px #00ffff; } #ball { width: 20px; height: 20px; - background-color: #ffffff; + background-color: #00ffff; border-radius: 50%; position: absolute; }