all repos — website @ b542e2ea80932970731ff920c680b11b4f02cee1

personal website hosted at prithu.xyz, built using hugo

fix css var name
Prithu Goswami pg@prithu.dev
Wed, 20 Nov 2024 14:54:35 +0530
commit

b542e2ea80932970731ff920c680b11b4f02cee1

parent

c29cfaa65b9e3219a1556d872601733970d92ffa

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M imba/note-search/src/main.imbaimba/note-search/src/main.imba

@@ -96,7 +96,7 @@ // <note-item note=note> if note.title.toLowerCase!.indexOf(searchQuery) >= 0

<note-item note=note> if fuzzyMatch(searchQuery, note.title) <div.center> <div route="/notes/"> - <h2[c:$primary-text]> "Notes" + <h2[c:$text-primary]> "Notes" introBox <note-content route="/notes/:slug">