From 421c13170727b46dba5cfb858c5ef369b11ba85e Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 2 Oct 2024 16:34:49 +0200 Subject: [refactor] simple theme: *.less - replace hardcoded colors Closes: https://github.com/searxng/searxng/issues/3842 --- searx/templates/simple/new_issue.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple/new_issue.html') diff --git a/searx/templates/simple/new_issue.html b/searx/templates/simple/new_issue.html index 7ce30c059..ba7997bd4 100644 --- a/searx/templates/simple/new_issue.html +++ b/searx/templates/simple/new_issue.html @@ -69,7 +69,7 @@ or manually by executing the searx/webapp.py file? -->

{{ _('If this is a public instance, please specify the URL in the bug report') }}

- +
{% endmacro %} -- cgit v1.2.3