home callout ticket color regular

This commit is contained in:
isUnknown 2024-09-03 16:52:33 +02:00
parent c71b6fdf1f
commit c113bf9621

View file

@ -32,7 +32,7 @@
<section class="callout">
<h4><?= $site->callout() ?></h4>
<a class="to-blank ticket-link" href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
<a class="ticket-link" href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
</section>
<?php snippet('footer') ?>