FIX fixing transparency problem due to bg-gray in html

This commit is contained in:
Antoine M 2025-06-04 09:54:32 +02:00
parent 5a92648654
commit f36464292b

View File

@ -5,7 +5,7 @@
<?php do_action('tailpress_content_after'); ?>
<footer id="colophon" class="site-footer bg-gray-50 py-12" role="contentinfo">
<footer id="colophon" class="site-footer" role="contentinfo">
<?php
$current_blog_id = get_current_blog_id();