chore: just use pagefind style api
This commit is contained in:
parent
f101b78325
commit
c5462baea7
1 changed files with 1 additions and 9 deletions
|
@ -850,8 +850,7 @@ textarea {
|
|||
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
textarea,
|
||||
.pagefind-ui__search-input {
|
||||
textarea {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
@ -895,7 +894,6 @@ code,
|
|||
a,
|
||||
.webmentions__wrapper .interaction__wrapper .avatar__wrapper,
|
||||
.media__grid .item__wrapper,
|
||||
.pagefind-ui__search-input,
|
||||
.pill--button,
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
|
@ -906,7 +904,6 @@ textarea {
|
|||
|
||||
.webmentions__wrapper .interaction__wrapper .avatar__wrapper,
|
||||
.media__grid .item__wrapper,
|
||||
.pagefind-ui__search-input,
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
textarea {
|
||||
|
@ -1137,11 +1134,6 @@ h6 > svg,
|
|||
stroke: var(--blue-400)
|
||||
}
|
||||
|
||||
/* search */
|
||||
.pagefind-ui__form .pagefind-ui__result-link {
|
||||
color: var(--blue-400);
|
||||
}
|
||||
|
||||
/* inputs */
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
|
|
Reference in a new issue