Follow system theme

This commit is contained in:
krek0 2026-04-22 09:28:58 +02:00
parent 70e825efda
commit 0c42aa321d
4 changed files with 17 additions and 3 deletions

View file

@ -5,7 +5,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n %}
<div class="card text-white bg-black bg-gradient">
<div class="card bg-gradient">
{% for photo in gallery.sample %}
<img src="{{ photo.get_thumbnail_url }}" class="card-img-top" alt="{{ photo.title }}">
{% endfor %}