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/blog-page-like-button.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/blog-page-like-button.html')
| -rw-r--r-- | views/partials/blog-page-like-button.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/blog-page-like-button.html b/views/partials/blog-page-like-button.html index 8da52a6..5a85113 100644 --- a/views/partials/blog-page-like-button.html +++ b/views/partials/blog-page-like-button.html @@ -1,5 +1,5 @@ <button hx-put="/api/v1/like" hx-vals='{"like": {{ not .Liked }}}' hx-target="this" hx-swap="outerHTML" hx-trigger="click" class="themed-button themed-button-like flex flex-col shrink-0 w-fit h-fit mr-2 my-auto{{ if .Liked }} active{{ end }}"> <i class="fas fa-thumbs-up w-8 h-fit py-0.5 content-center text-center"></i> - <div class="h-fit px-0.5 content-center bg-(--background-medium-color) text-(--main-hard-color)">{{ .LikedCount }}</div> + <div class="h-fit px-0.5 content-center bg-(--color-background-medium) text-(--color-main-hard)">{{ .LikedCount }}</div> </button>
\ No newline at end of file |