-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4dcf59
commit 766af76
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |