change: Add background colour to images

This commit is contained in:
tecc 2023-06-20 22:05:57 +02:00
parent b62ecfe340
commit 4a063d3013
No known key found for this signature in database
GPG Key ID: 400AAD881FCC028B

View File

@ -64,7 +64,7 @@
<div class="row">
<div v-for="{ label, links, warning } in images" class="col-6 col-lg-4 mb-3">
<div class="card">
<img :src="getPrimaryUri(links)" class="w-100 card-img-top" :alt="label"/>
<img :src="getPrimaryUri(links)" class="w-100 card-img-top" style="background-color: #f8f9fa;" :alt="label"/>
<div class="card-body">
<p class="h5">
{{ label }}