chore: pagefind before color
This commit is contained in:
parent
4774b5832c
commit
e89e0db019
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
||||||
font-size: var(--font-size-base) !important;
|
font-size: var(--font-size-base) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagefind-ui__form:before {
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.pagefind-ui__result-title {
|
.pagefind-ui__result-title {
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
font-size: var(--font-size-2xl);
|
font-size: var(--font-size-2xl);
|
||||||
|
|
Reference in a new issue