feat: remove placeholders/add text colors

This commit is contained in:
Smigz 2023-11-06 10:42:36 -05:00
parent 4e46a195a4
commit a6b1c0f6e8
2 changed files with 5 additions and 3 deletions

View file

@ -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);
}