dark mode fix

This commit is contained in:
anarsec 2024-04-14 20:52:43 +00:00
parent 7daa9fe776
commit ec6fb8110b
No known key found for this signature in database
17 changed files with 122 additions and 48 deletions

View file

@ -3,10 +3,13 @@ title = "Search"
sort_by = "date"
paginate_by = 5
+++
<br><center>
The search feature is powered by DuckDuckGo -- a search engine that respects user privacy.
<br>
<p style="text-align:center">The search feature is powered by DuckDuckGo -- a search engine that respects user privacy.</p>
<div class="columns is-centered">
<form action="https://duckduckgo.com/" method="get">
<input type="hidden" name="sites" value="anarsec.guide">
<input type="search" name="q">
<input type="submit" value="Search">
</form>
</div>