mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-22 03:40:17 +00:00
update color and link
This commit is contained in:
@@ -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/")
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user