| author | 2025-10-19 23:18:58 +0700 | |
|---|---|---|
| committer | 2025-10-19 23:18:58 +0700 | |
| commit | 36d7f332e6c318064ff0cd6849f69854c7ba0d79 (patch) | |
| tree | 3cb2bc0256d9b709e92a2309d4c041ca856e7189 /views/pages/blog-page.html | |
| parent | 501c05f0c959000228024a3d65d9dd3c84921c6a (diff) | |
| download | web-36d7f332e6c318064ff0cd6849f69854c7ba0d79.tar.gz web-36d7f332e6c318064ff0cd6849f69854c7ba0d79.zip | |
feat: add noise to plain color backgrounds
feat: move back button from header to toolbar
feat: make inset shadows more apparent
feat: header font: less thick, non-italic and drops shadow
Diffstat (limited to 'views/pages/blog-page.html')
| -rw-r--r-- | views/pages/blog-page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/blog-page.html b/views/pages/blog-page.html index d4b52a6..7170ad8 100644 --- a/views/pages/blog-page.html +++ b/views/pages/blog-page.html @@ -1,5 +1,5 @@ {{ define "body" }} -<div class="bg-background-light flex flex-col inset-shadow px-8 py-4 overflow-y-auto"> +<div class="bg-background-light flex flex-col inset-shadow-[0_0_0.4rem_black] px-8 py-4 overflow-y-auto"> <p class="max-xs:block [@media(max-height:32rem)]:block hidden font-andika text-2xl font-bold italic text-main-hard tracking-[.0125rem] mb-1">{{ .Title }}</p> <p class="max-xs:block [@media(max-height:32rem)]:block hidden grow text-lg font-andika text-secondary">{{ .L.Metadata.Published }}: {{ .PublishedDate }}</p> <p class="max-xs:block [@media(max-height:32rem)]:block hidden grow text-lg font-andika text-secondary">{{ .L.Metadata.Action }}: {{ .ActionDate }}</p> |