bulma/docs/_includes/theme.html

8 lines
242 B
HTML
Raw Permalink Normal View History

2024-03-21 16:11:54 +00:00
<section
data-theme="{{ include.name }}"
style="background-color: hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), var(--bulma-scheme-main-l), 1)"
>
<h3 class="h3">{{ include.name | capitalize }} Theme</h3>
{{ content }}
</section>