Skip to content

Commit 347bd8a

Browse files
committed
Fixed homepage in darkmode
1 parent b5f9389 commit 347bd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/homepage.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "base.html.twig" %}
22

33
{% block content %}
4-
<div class="bg-light p-5 rounded">
4+
<div class="bg-body-tertiary p-5 rounded">
55
<h1 class="fs-1">{% trans %}homepage.welcome{% endtrans %}</h1>
66
<p class="fs-4">{% trans %}homepage.explaination{% endtrans %}</p>
77
<hr class="my-4">

0 commit comments

Comments
 (0)