Skip to content

Commit

Permalink
Refactor: change popup background color
Browse files Browse the repository at this point in the history
  • Loading branch information
johnggli committed Dec 23, 2022
1 parent 90a6bfb commit 03791a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ body {
width: auto;
height: auto;
margin: 56px;
background-color: var(--accentColor);
background-color: var(--bgColor);
/* transform: rotate(32deg); */
transform: scale(0);
transition: .5s ease-in-out;
Expand All @@ -178,7 +178,6 @@ body {
position: flex;
color: var(--accentColor);
padding: 20px;
background-color: var(--bgColor);
text-align: center;
font-size: 1rem;
}
Expand Down

0 comments on commit 03791a6

Please sign in to comment.