Change some headers back to Lutschine
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 4m51s

This commit is contained in:
2025-09-11 16:32:57 +09:30
parent 9a3a597be4
commit ed71825ae2
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
<h1 class="text-3xl font-extrabold"><slot /></h1> <h1 class="font-header text-3xl"><slot /></h1>

View File

@@ -1 +1 @@
<h2 class="text-2xl font-extrabold"><slot /></h2> <h2 class="font-header text-2xl"><slot /></h2>

View File

@@ -15,6 +15,6 @@ const {
--- ---
<div class={className}> <div class={className}>
<Tag class="m-0 text-center text-3xl font-extrabold"><slot /></Tag> <Tag class="font-header m-0 text-center text-3xl"><slot /></Tag>
<hr class={`mx-auto my-4 w-16 border-2 ${lineColour} ${lineColourDark}`} /> <hr class={`mx-auto my-4 w-16 border-2 ${lineColour} ${lineColourDark}`} />
</div> </div>