Add sheet music page, some slight changes

This commit is contained in:
2026-01-22 10:36:19 +10:30
parent 9335d19031
commit 6132ebae45
6 changed files with 111 additions and 16 deletions

View File

@@ -1 +1,5 @@
<h1 class="font-header text-3xl"><slot /></h1>
---
const { class: className, ...attrs } = Astro.props;
---
<h1 class:list={["font-header text-3xl", className]} {...attrs}><slot /></h1>

View File

@@ -1 +1,5 @@
<h2 class="font-header text-2xl"><slot /></h2>
---
const { class: className, ...attrs } = Astro.props;
---
<h2 class:list={["font-header text-2xl", className]} {...attrs}><slot /></h2>

View File

@@ -1,2 +1,5 @@
<span class="block p-0.5"><span class="text-primary pr-2">•</span><slot /></span
>
<li>
<span class="block p-0.5"
><span class="text-primary pr-2">•</span><slot /></span
>
</li>