update color and link

This commit is contained in:
Evgeny Poberezkin
2026-06-29 17:12:12 +01:00
parent a04345b52e
commit fb75250de5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -97,9 +97,9 @@ module.exports = function (ty) {
// Home first-section variant: "default" | "testing-water" | "crowdfunding-full".
// Selects which hero index.html renders; "default" = the current site, untouched.
ty.addGlobalData("homeHero", "default")
ty.addGlobalData("homeHero", "testing-water")
// testing-water "Reserve now" -> the testing-the-waters interest form
ty.addGlobalData("reserveUrl", "https://simplexchat.typeform.com/crowdfunding")
ty.addGlobalData("reserveUrl", "https://wefunder.com/simplex.chat")
// crowdfunding-full "Invest" CTA -- placeholder until the Wefunder campaign page is live
ty.addGlobalData("wefunderUrl", "https://wefunder.com/")
+1 -1
View File
@@ -1607,7 +1607,7 @@ section.page.footer {
font-size: calc(var(--sec-vwu) * 12);
line-height: 0.9;
letter-spacing: -0.025em;
color: #023789;
color: #1187fe;
}
.dark .cf-hero .content h1 {