diff --git a/src/App.css b/src/App.css index 0fde7eb..ed83edf 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,5 @@ body { - background-color: #402090; + background-color: rgb(243, 212, 37); color: antiquewhite; padding: 2em; } @@ -78,8 +78,10 @@ main { height: 16px; font-size: 12px; font-weight: 600; - transition: 0.3s; - cursor: pointer; + transition: 0.3s ease-in-out, transform 0.3s ease-in-out; + cursor: grab; + + } .close-button:hover { opacity: 1.0;