Skip to content

Commit

Permalink
Merge pull request #12 from bocacode/ADD-change-cursor-deb
Browse files Browse the repository at this point in the history
Add change cursor deb
  • Loading branch information
toddalbert authored Oct 31, 2023
2 parents 0fabc19 + f57e09a commit a04da7d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background-color: #402090;
background-color: rgb(243, 212, 37);
color: antiquewhite;
padding: 2em;
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit a04da7d

Please sign in to comment.