search: Fix theme on search

This commit is contained in:
Eragon 2023-09-21 14:49:44 +02:00
parent 2d1695e1ee
commit fee66d22bd
Signed by: Eragon
GPG Key ID: 087126EBFC725006
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
header {
--background: #0d1215;
--text: #000000;
--text: #eaeaea;
--border: 1px solid #404040;
}

View File

@ -7,7 +7,7 @@
<section class="search-page">
<h1>Recherche avancée</h1>
<form action="{{ url_for('search') }}" method="get">
<form class="form" action="{{ url_for('search') }}" method="get">
{{ form.csrf_token }}
<div class="query">
{{ form.q.label }}