.
All checks were successful
Deploy blog-frontend / build-and-deploy (push) Successful in 2m5s

This commit is contained in:
wypark
2026-05-28 22:32:19 +09:00
parent 8a2e05b003
commit 7bc75a32b2
2 changed files with 7 additions and 1 deletions

View File

@@ -343,7 +343,7 @@ function HomeContent() {
<div className="mt-7 flex flex-wrap gap-3">
<Link
href="/archive"
className="inline-flex h-10 items-center gap-2 rounded-full bg-[var(--color-text)] px-4 text-sm font-semibold text-white transition hover:opacity-90 dark:bg-white dark:text-black"
className="inline-flex h-10 items-center gap-2 rounded-full bg-[var(--color-accent)] px-4 text-sm font-semibold text-white shadow-[var(--shadow-control)] transition hover:bg-[var(--color-accent-hover)]"
>
<Archive size={16} />