feat: implement post search using Pagefind (#12)

This commit is contained in:
saica.go
2024-01-24 12:28:16 +08:00
committed by GitHub
parent 31bb0d576e
commit 79ec8030cc
9 changed files with 297 additions and 61 deletions

View File

@@ -195,5 +195,15 @@ color_set({
.float-panel.closed {
@apply top-[4.75rem] opacity-0 pointer-events-none
}
.search-panel mark {
@apply bg-transparent text-[var(--primary)]
}
.text-deep {
@apply text-black/90 dark:text-white/90
}
.text-sub {
@apply text-black/50 dark:text-white/50
}
}
</style>