Skip to content

Commit

Permalink
Improve layout brand
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Mar 3, 2025
1 parent b4dcf59 commit 766af76
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion _includes/search/fusejs.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
<style>
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200..900&display=swap');

.fuse {
font-family: "Source Sans 3", serif;
font-weight: 400;
}

.fuse-logo {
color: #9b59b6;
font-weight: bolder;
--fa-animation-iteration-count:0.35;
--fa-animation-duration: 0.5s;
--fa-animation-delay: 0.75s;
}

</style>

<form class="input-group">
<label class="sr-only" for="search"> Search </label>
<input type="search" id="search" class="form-control rounded-right" placeholder="{{ site.search.label | default: "Search" }}...">
</form>
<p class="text-right small mt-1"> Powered by <a href="https://www.fusejs.io/">Fuse.js</a></p>
<p class="text-right small mt-1"> Powered by <a href="https://www.fusejs.io/"><i class="fa-solid fa-asterisk fa-lg fa-spin fuse-logo"></i> Fuse.js</a></p>
<div id="resultscount"></div>
<div id="results" class="mt-3 text-left"></div>

0 comments on commit 766af76

Please sign in to comment.