fix: better fonts for header
This commit is contained in:
@@ -182,9 +182,9 @@ class SearchBar extends HTMLElement {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
padding: 0 16px;
|
||||
font-family: 'Outfit', system-ui, sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
font-family: var(--font-family-base);
|
||||
font-size: var(--font-size-base, 16px);
|
||||
font-weight: var(--font-weight-normal, 400);
|
||||
color: #383838;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
@@ -192,9 +192,9 @@ class SearchBar extends HTMLElement {
|
||||
}
|
||||
|
||||
.search-input::placeholder {
|
||||
font-family: 'Outfit', system-ui, sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
font-family: var(--font-family-base);
|
||||
font-size: var(--font-size-base, 16px);
|
||||
font-weight: var(--font-weight-normal, 400);
|
||||
color: rgba(56, 56, 56, 0.5);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user