Skip to content

Commit

Permalink
the title and the input placeholders color
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarsazish committed Aug 4, 2023
1 parent 2230b2c commit 93634e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,19 @@ button {
text-align: center;
}

.form-title{
font-size: 1.25rem;
font-weight: 700;
letter-spacing: -.18px;
}

.form-title,
.input {
font-family:
"Montserrat",
sans-serif;
margin-left: 11px;
color: #888;
}

.book-container {
Expand Down

0 comments on commit 93634e7

Please sign in to comment.