summaryrefslogtreecommitdiff
path: root/views
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-04-04 03:47:33 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-04-04 03:47:33 +0700
commit24e1d0c620edf8585530669f12d7b9a5851e1594 (patch)
treee58258e1dd997aa2df647b5d343e7a2fe65b6118 /views
parent13428b467f752d9b53b39a3c8122998f1896ed1e (diff)
downloadweb-24e1d0c620edf8585530669f12d7b9a5851e1594.tar.gz
web-24e1d0c620edf8585530669f12d7b9a5851e1594.zip
feat: make header from thin to bold
Diffstat (limited to 'views')
-rw-r--r--views/partials/general-page-header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/general-page-header.html b/views/partials/general-page-header.html
index c2f413d..ad11ffb 100644
--- a/views/partials/general-page-header.html
+++ b/views/partials/general-page-header.html
@@ -1,5 +1,5 @@
<title>{{ .Title }} // SAYA TODAY</title>
<div class="flex flex-row mb-2">
{{ block "header" . }}{{ end }}
- <p class="text-4xl font-m-plus font-thin italic text-shadow-[0_2px_2px_var(--color-main-soft)] text-left my-auto">{{ .Title }}</p>
+ <p class="text-4xl font-m-plus font-bold italic text-shadow-[0_2px_2px_var(--color-main-soft)] text-left my-auto">{{ .Title }}</p>
</div> \ No newline at end of file