Lighten gallery sample background

This commit is contained in:
Alexandre Iooss 2022-12-26 10:50:08 +01:00
parent 66303d1406
commit f52fdfa55e

View file

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