mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-07 18:13:01 -04:00
Update html/search.ejs
This commit is contained in:
parent
d564e49d09
commit
10eee1e4b7
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ video[counter].classList.add("shake");
|
|||
<div class="middle">
|
||||
<div class="search">
|
||||
|
||||
<form action=/search><input class=search-bar autocomplete="on" value="<%=q%>" id=fname name=query style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;">
|
||||
<form action=/search><input class=search-bar autocomplete="on" value="<%=q%>" id=fname name=query style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;background: linear-gradient(90deg, hsla(235, 21%, 21%, 1) 0%, hsla(194, 41%, 22%, 1) 50%, hsla(174, 48%, 20%, 1) 100%);" >
|
||||
<button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button>
|
||||
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue