Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tchartron committed Nov 23, 2021
1 parent 21c86a4 commit 1ac84e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 285,465 deletions.
2 changes: 1 addition & 1 deletion src/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function toggleSearchModal () {

function formatResultItem(search_result) {
console.log(search_result)
let formatted_result = `<li class="flex flex-col gap-y-2 hover:bg-gray-200 dark:hover:bg-gray-600 text-black dark:text-gray-200 p-2 rounded-lg">
let formatted_result = `<li class="flex hover:bg-gray-200 dark:hover:bg-gray-600 text-black dark:text-gray-200 p-2 rounded-lg border border-black dark:border-gray-200 bg-gray-200 dark:bg-gray-500 rounded-lg hover:shadow-xl">
<a href="${search_result.doc.path}">
<span class="text-xl text-bold">${search_result.doc.title}</span>
<span class="text-lg">${search_result.doc.description}</span>
Expand Down
Loading

0 comments on commit 1ac84e9

Please sign in to comment.