diff --git a/signup_form/css/style.css b/signup_form/css/style.css index 13d358c..1887e41 100644 --- a/signup_form/css/style.css +++ b/signup_form/css/style.css @@ -1,6 +1,7 @@ :root { --main-bg: #C4DFDF; --light-bg: #F8F6F4; + --text-color: rgb(22, 72, 99); } @@ -19,7 +20,6 @@ } */ - .form { width: 60vw; } @@ -102,6 +102,7 @@ .logo h1 { font-weight: 900; font-size: 3rem; + color: var(--light-bg); } } @@ -110,4 +111,5 @@ body { padding: 0; font-family: 'Montserrat', sans-serif; font-size: 16px; + color: var(--text-color); } diff --git a/signup_form/index.html b/signup_form/index.html index 6cdfbb4..3ef43b0 100644 --- a/signup_form/index.html +++ b/signup_form/index.html @@ -24,11 +24,11 @@
- +
- +