Skip to content

Commit

Permalink
fix(search): remove redundant icon
Browse files Browse the repository at this point in the history
it was white text on a white background, so only revealed itself in dark mode
  • Loading branch information
defeated committed Nov 10, 2024
1 parent c2930a2 commit a997061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
---

<input class="form-control td-search-input" type="search" name="q" id="search-input" placeholder="&#xf002 Search this site…" style="margin-top:5px" autofocus>
<i style="color:white; margin-right:8px; margin-left:5px" class="fa fa-search"></i>

<p><span id="search-process">Loading</span> results <span id="search-query-container" style="display: none;">for "<strong id="search-query"></strong>"</span></p>

Expand Down

0 comments on commit a997061

Please sign in to comment.