added typographic styling to inputs

This commit is contained in:
westtle 2024-02-05 18:28:55 +07:00
parent 3d62e422f1
commit 582e2c0d40

View file

@ -86,4 +86,18 @@ textarea {
body {
color: hsl(var(--color-1));
background-color: hsl(var(--color-2));
}
.simple-note__input--title {
font-family: var(--font-2);
font-size: 1.5rem;
font-weight: 500;
line-height: normal;
}
.simple-note__input--body {
font-family: var(--font-1);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
}