summaryrefslogtreecommitdiff
path: root/searx/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/index.html')
-rw-r--r--searx/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/index.html b/searx/templates/index.html
index ce0ff8e44..8da2ef942 100644
--- a/searx/templates/index.html
+++ b/searx/templates/index.html
@@ -5,7 +5,7 @@
<h1 class="title">searx</h1>
{% include 'search.html' %}
<p class="top_margin">
- <a href="/about">about</a>
+ <a href="/about" class="hmarg">about</a>
</p>
</div>
{% endblock %}