We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f9389 commit 347bd8aCopy full SHA for 347bd8a
templates/homepage.html.twig
@@ -1,7 +1,7 @@
1
{% extends "base.html.twig" %}
2
3
{% block content %}
4
- <div class="bg-light p-5 rounded">
+ <div class="bg-body-tertiary p-5 rounded">
5
<h1 class="fs-1">{% trans %}homepage.welcome{% endtrans %}</h1>
6
<p class="fs-4">{% trans %}homepage.explaination{% endtrans %}</p>
7
<hr class="my-4">
0 commit comments