mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-05-10 04:05:22 -04:00
feat: remove placeholders/add text colors
This commit is contained in:
parent
4e46a195a4
commit
a6b1c0f6e8
2 changed files with 5 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue