search input placeholder style

This commit is contained in:
isUnknown 2024-04-09 18:40:54 +02:00
parent 4142493f0e
commit 2f8ceb831e

View file

@ -79,6 +79,10 @@
font-size: var(--font-size-m); font-size: var(--font-size-m);
font-weight: var(--font-weight-light); font-weight: var(--font-weight-light);
} }
.search__input::placeholder {
font-size: var(--font-size-s);
letter-spacing: 1px;
}
.search__icon { .search__icon {
position: absolute; position: absolute;
width: 1.1rem; width: 1.1rem;