chore: fewer search styles
This commit is contained in:
parent
4b4638cd60
commit
12b42dc05d
1 changed files with 1 additions and 17 deletions
|
@ -465,18 +465,6 @@ article time {
|
||||||
line-height: var(--line-height-sm);
|
line-height: var(--line-height-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* search */
|
|
||||||
.pagefind-ui__search-input {
|
|
||||||
font-weight: 400 !important;
|
|
||||||
border-radius: var(--rounded-sm);
|
|
||||||
background-color: var(--white);
|
|
||||||
border: 1px solid var(--blue-600);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pagefind-ui__search-input:focus {
|
|
||||||
border: 1px solid var(--blue-800);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* statistics */
|
/* statistics */
|
||||||
.post-graph {
|
.post-graph {
|
||||||
margin-top: 1.25rem;
|
margin-top: 1.25rem;
|
||||||
|
@ -881,6 +869,7 @@ textarea {
|
||||||
border: 1px solid var(--blue-600);
|
border: 1px solid var(--blue-600);
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
|
font-weight: 400 !important;
|
||||||
font-size: var(--font-size-base);
|
font-size: var(--font-size-base);
|
||||||
line-height: var(--line-height-base);
|
line-height: var(--line-height-base);
|
||||||
}
|
}
|
||||||
|
@ -1167,11 +1156,6 @@ h6 > svg,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* search */
|
/* search */
|
||||||
.pagefind-ui__search-input {
|
|
||||||
border-color: var(--blue-400);
|
|
||||||
background-color: var(--black);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pagefind-ui__form .pagefind-ui__result-link {
|
.pagefind-ui__form .pagefind-ui__result-link {
|
||||||
color: var(--blue-400);
|
color: var(--blue-400);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue