[refactor] simple theme: *.less - replace hardcoded colors

Closes: https://github.com/searxng/searxng/issues/3842
This commit is contained in:
Bnyro 2024-10-02 16:34:49 +02:00 committed by Markus Heiser
parent b42ce34ca8
commit 421c131707
8 changed files with 19 additions and 23 deletions

View file

@ -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 %}