fix expanded-nav background - brown light to beige

This commit is contained in:
isUnknown 2024-09-19 08:26:32 +02:00
parent a32f0fe843
commit 29f038ab3f
7 changed files with 18 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<section class="callout" style="--color: <?= $site->calloutColor() ?>;">
<h4><?= $site->calloutText()->inline() ?></h4>
<h3><?= $site->calloutText()->inline() ?></h3>
<?php if ($site->calloutTicket()->exists() && $site->calloutTicket() == 'true'): ?>
<a class="ticket-link" href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
<?php endif ?>