style(css): add background color to final-cta section

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-03-22 15:24:24 +08:00
parent 73f77039f2
commit 5a8c565a88
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -835,6 +835,7 @@ th[data-sort].sort-asc::after {
.final-cta {
padding-block: clamp(3rem, 7vw, 5.5rem);
background: oklch(94% 0.025 72);
display: grid;
gap: 1rem;
}