From 9816f7ce462c216e9758b4b530fcf4741814efa9 Mon Sep 17 00:00:00 2001 From: lim-yubin Date: Wed, 17 May 2023 16:36:00 +0900 Subject: [PATCH] :lipstick: --- src/App.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.css b/src/App.css index c4f535f..e712751 100644 --- a/src/App.css +++ b/src/App.css @@ -8,6 +8,7 @@ body { #screen { width: 400px; height: 300px; + border-radius: 10px; text-align: center; user-select: none; display: flex; @@ -17,14 +18,14 @@ body { font-size: 20px; } #screen.waiting { - background-color: aqua; + background-color: rgb(199, 255, 255); } #screen.ready { - background-color: red; + background-color: rgb(243, 168, 168); color: white; } #screen.now { - background-color: greenyellow; + background-color: rgb(128, 214, 143); } #result {