Skip to content

Commit

Permalink
Use VT323 font for search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealOne78 committed Oct 6, 2023
1 parent 9870ead commit bd3bf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<input type="hidden" name="k8" value="#444444">
<input type="hidden" name="k9" value="#D51920">
<input type="hidden" name="kt" value="h">
<input type="text" name="q" maxlength="255" placeholder=" Search&hellip;" style="background-color: #111111; color: #ffffff; width: 100%; border: 1px solid gray; height: 40px">
<input type="text" name="q" maxlength="255" placeholder=" Search&hellip;" style="background-color: #111111; color: #ffffff; width: 100%; border: 1px solid gray; height: 40px; font-family: VT323; font-size: 20px">
<input type="submit" value="DuckDuckGo Search" style="visibility: hidden;" >
</form>
<div class="itemTitle">Quick access:</div><!-- Quick access -->
Expand Down

0 comments on commit bd3bf6c

Please sign in to comment.