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/personal-page-status.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/personal-page-status.html')
| -rw-r--r-- | views/partials/personal-page-status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/personal-page-status.html b/views/partials/personal-page-status.html index a4e47c2..078fb24 100644 --- a/views/partials/personal-page-status.html +++ b/views/partials/personal-page-status.html @@ -1,7 +1,7 @@ <div id="{{ .StatusId }}" class='z-26 w-full inset-shadow-[0_0_0.4rem_black] {{if eq .Status "OK"}}bg-green-700 text-green-100 {{else if eq .Status "Failed"}}bg-red-700 text-red-100 - {{else}}bg-background-dark text-main-soft{{end}} + {{else}}bg-paper bg-background-dark text-main-soft{{end}} {{if eq .Message ""}}hidden{{end}} py-2 px-4 text-center' {{- range $_, $val := .DataAttributes }} |