Yuzu Theme

from meowapps.com
This commit is contained in:
2022-05-03 09:37:05 +02:00
commit 523ccac38e
75 changed files with 15482 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php $opacity_level = get_theme_mod('header_background_opacity', 'normal-opaque'); ?>
<div class="opaque-featured-image-container">
<div class="featured-image" style="background-image: url('<?= $featured_image; ?>');"></div>
<div class="filter <?= $opacity_level; ?>"></div>
</div>