chore: just use pagefind style api

This commit is contained in:
Cory Dransfeldt 2024-01-02 10:01:35 -08:00 committed by GitHub
parent f101b78325
commit c5462baea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"],