Added search using elasticlunr.

This commit is contained in:
天クマ 2025-10-25 15:58:28 -03:00
commit 32ebfc6176
7 changed files with 71 additions and 41 deletions

View file

@ -1,6 +1,7 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
@ -86,6 +87,10 @@ code {
margin-bottom: auto;
}
.searchItemImage {
height: 1em;
}
#featured {
margin-top: 20px;
border: 2px solid greenyellow;