fix expanded-nav background - brown light to beige
This commit is contained in:
parent
a32f0fe843
commit
29f038ab3f
7 changed files with 18 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="event-card grid__item" style="--span: <?= $span ?>; --color: <?= $event->color()->isEmpty() || $event->color() == '#fff' ? 'var(--color-season)' : $event->color() ?>">
|
||||
<a class="event-card__link" href="<?= $event->url() ?>"></a>
|
||||
<a class="event-card__link" href="<?= $event->url() ?>"><span class="sr-only">En savoir plus sur l'événement</s></span></a>
|
||||
<div class="image-wrapper">
|
||||
<?php if ($event->gallery()->toFiles()->count() > 1): ?>
|
||||
<?php snippet('picture', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue