added typographic styling to inputs
This commit is contained in:
parent
3d62e422f1
commit
582e2c0d40
1 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue