summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2024-10-02 16:34:49 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-10-03 11:05:46 +0200
commit421c13170727b46dba5cfb858c5ef369b11ba85e (patch)
tree7d7cc686f53b529756642e914128564ed1f8de9d /searx/templates
parentb42ce34ca8abf3f7b47a9cd39da49a30424e1901 (diff)
downloadsearxng-421c13170727b46dba5cfb858c5ef369b11ba85e.tar.gz
searxng-421c13170727b46dba5cfb858c5ef369b11ba85e.zip
[refactor] simple theme: *.less - replace hardcoded colors
Closes: https://github.com/searxng/searxng/issues/3842
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/simple/new_issue.html2
1 files changed, 1 insertions, 1 deletions
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? -->
<label class="step1 step1_delay" for="step2" >{{ _('I confirm there is no existing bug about the issue I encounter') }}</label>
<div class="step2 step_content">
<p>{{ _('If this is a public instance, please specify the URL in the bug report') }}</p>
- <button type="submit" class="github-issue-button" title="{{ get_setting('brand.new_issue_url') }}">{{ _('Submit a new issue on Github including the above information') }}</button>
+ <button type="submit" class="github-issue-button button" title="{{ get_setting('brand.new_issue_url') }}">{{ _('Submit a new issue on Github including the above information') }}</button>
</div>
</form>
{% endmacro %}