FIX fixing transparency problem due to bg-gray in html
This commit is contained in:
parent
5a92648654
commit
f36464292b
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<?php do_action('tailpress_content_after'); ?>
|
<?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
|
<?php
|
||||||
$current_blog_id = get_current_blog_id();
|
$current_blog_id = get_current_blog_id();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user