From 03791a6fec260fff380788491e785b52be269619 Mon Sep 17 00:00:00 2001 From: John Emerson Date: Fri, 23 Dec 2022 13:55:47 -0300 Subject: [PATCH] Refactor: change popup background color --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 4748676..2de4a0f 100644 --- a/style.css +++ b/style.css @@ -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; }