Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
lim-yubin committed May 17, 2023
1 parent 3c0f0be commit 9816f7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ body {
#screen {
width: 400px;
height: 300px;
border-radius: 10px;
text-align: center;
user-select: none;
display: flex;
Expand All @@ -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 {
Expand Down

0 comments on commit 9816f7c

Please sign in to comment.