implement darkmode
This commit is contained in:
parent
b8e9a02a14
commit
ab9f1bfeec
9 changed files with 104 additions and 100 deletions
|
@ -5,9 +5,9 @@
|
|||
{% block header %}Tell me your name{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="bg-white shadow sm:rounded-lg">
|
||||
<div class="bg-white dark:bg-gray-800 shadow sm:rounded-lg">
|
||||
<div class="px-4 py-5 sm:p-6">
|
||||
<div class="max-w-xl text-sm text-gray-500 mb-6">
|
||||
<div class="max-w-xl text-sm text-gray-500 dark:text-gray-400 mb-6">
|
||||
<p>By submitting the form, you agree that your username will be stored as a cookie.</p>
|
||||
</div>
|
||||
{{ include('_form.html.twig') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue