chore: pagefind component
This commit is contained in:
parent
2b6e9b23c2
commit
00b501d185
5 changed files with 36 additions and 102 deletions
|
@ -1,5 +1,6 @@
|
|||
input[type="text"],
|
||||
input[type="email"],
|
||||
input[type="search"],
|
||||
textarea {
|
||||
color: var(--black);
|
||||
background-color: var(--white);
|
||||
|
@ -18,6 +19,7 @@ textarea {
|
|||
|
||||
input[type="text"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="search"],
|
||||
textarea:focus {
|
||||
border: 1px solid var(--blue-800);
|
||||
}
|
||||
|
@ -25,6 +27,7 @@ textarea:focus {
|
|||
@media (prefers-color-scheme: dark) {
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
input[type="search"],
|
||||
textarea {
|
||||
color: var(--white);
|
||||
background-color: var(--black);
|
||||
|
|
Reference in a new issue