Refactor: change popup background color

This commit is contained in:
John Emerson
2022-12-23 13:55:47 -03:00
parent 90a6bfb1a1
commit 03791a6fec

View File

@@ -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;
@@ -178,7 +178,6 @@ body {
position: flex;
color: var(--accentColor);
padding: 20px;
background-color: var(--bgColor);
text-align: center;
font-size: 1rem;
}