Ver código fonte

thème dark pour le footer

François Drouhard 9 meses atrás
pai
commit
06d0b9c61d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      templates/footer.html.twig

+ 1 - 1
templates/footer.html.twig

@@ -1,4 +1,4 @@
-<div class="text-center fixed-bottom bg-white">
+<div class="text-center fixed-bottom bg-dark" data-bs-theme="dark">
     <span class="text-muted small">Certaines informations sont issues de l'API de <a href="https://www.themoviedb.org">TMDB</a></span>
     <br><span class="text-muted small">Code source disponible sur <a target="_blank" href="https://gogs.fdlibre.eu/sangfroid/films-symfony-4-2">Gogs</a> - Licence <a target="_blank" href="http://www.wtfpl.net">WTFLP</a></span>
 </div>