Fix: Quitar clase bg-dark de footer para usar color del template - Issue #128

This commit is contained in:
FrankZamora
2025-11-08 10:38:09 -06:00
parent bea639d75a
commit 3e03f73fd6

View File

@@ -11,7 +11,7 @@
?>
<!-- Footer (Template líneas 1093-1149) -->
<footer class="py-5 mt-0 bg-dark text-white">
<footer class="py-5 mt-0 text-white">
<div class="container">
<div class="row">
<!-- Sección 1: Navegación -->