diff options
| author | 2026-04-04 03:03:29 +0700 | |
|---|---|---|
| committer | 2026-04-04 03:03:29 +0700 | |
| commit | b1355436e96f2dfa777e843b53896d0bb71628e3 (patch) | |
| tree | b1a6d83cfbbc558d0572e26a353c3bce37bee580 /views/partials/general-page-header.html | |
| parent | 85fbaeb091d0bc26b828bb4537664325d93dd119 (diff) | |
| download | web-b1355436e96f2dfa777e843b53896d0bb71628e3.tar.gz web-b1355436e96f2dfa777e843b53896d0bb71628e3.zip | |
feat: replace font-andika
feat: replace noise image with lighter paper texture
refactor: put colors in tailwind theme block
Diffstat (limited to 'views/partials/general-page-header.html')
| -rw-r--r-- | views/partials/general-page-header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/general-page-header.html b/views/partials/general-page-header.html index e019d3b..c2f413d 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-andika font-light italic text-shadow-[0_2px_2px_var(--main-soft-color)] text-left my-auto">{{ .Title }}</p> + <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> </div>
\ No newline at end of file |