From 2dd62723800df247645a23e7dc87c6fcef757e3f Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:23:32 -0500 Subject: [PATCH] feat: add color scheme --- signup_form/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/signup_form/css/style.css b/signup_form/css/style.css index aab9256..8801686 100644 --- a/signup_form/css/style.css +++ b/signup_form/css/style.css @@ -1,3 +1,9 @@ +:root { + --main-bg: #C4DFDF; + --light-bg: #F8F6F4; +} + + .container { justify-content: center; display: flex; @@ -5,6 +11,7 @@ align-content: center; height: 100vh; margin: 0; + background-color: var(--light-bg); } /* .sidebar {