From 1061877f14d6b9b9577435ede302760ed63ab2f0 Mon Sep 17 00:00:00 2001 From: Hop Date: Sat, 11 Jul 2026 10:45:24 -0700 Subject: [PATCH] Set the site accent color to #724BDB Hop-State: A_06FN4J5MKZQJ163DA07RRZ0 Hop-Proposal: R_06FN4J4S6MS1NBHDQS36SJG Hop-Task: T_06FN4HZQV5ZQ7Y72T0QC8T0 Hop-Attempt: AT_06FN4HZQV46SZFBW6NNTENG --- deploy/gitea/public/assets/css/hop-home.css | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/gitea/public/assets/css/hop-home.css b/deploy/gitea/public/assets/css/hop-home.css index 068717b..879349f 100644 --- a/deploy/gitea/public/assets/css/hop-home.css +++ b/deploy/gitea/public/assets/css/hop-home.css @@ -1,3 +1,4 @@ +:root { --color-primary: #724bdb; } .hop-home { max-width: 1120px; margin: 0 auto; padding: 5.5rem 2rem 4rem; } .hop-home h1, .hop-home h2, .hop-home h3 { color: var(--color-text); letter-spacing: -0.035em; } .hop-home p { color: var(--color-text-light-2); line-height: 1.65; }