From 22564b68b155d1ef600234e2a7d3dcb1e0edf65d Mon Sep 17 00:00:00 2001 From: test1 Date: Mon, 1 Jun 2026 12:57:03 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B2=D0=B5=D1=82=D0=BB=D0=B0=D1=8F=20?= =?UTF-8?q?=D1=82=D0=B5=D0=BC=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1aaeb1d..734fd07 100644 --- a/index.html +++ b/index.html @@ -9,9 +9,9 @@ *{box-sizing:border-box;margin:0;padding:0} body{font:17px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,sans-serif;color:var(--ink);background:var(--white)} .container{max-width:1140px;margin:0 auto;padding:80px 24px} -.hero{background:var(--ink);color:var(--white)} +.hero{background:var(--cyan-50);color:var(--ink)} .hero h1{font-size:56px;font-weight:800;line-height:1.05;margin-bottom:24px} -.hero p{font-size:20px;color:#9aa3b2;max-width:600px;margin-bottom:32px} +.hero p{font-size:20px;color:var(--gray-500);max-width:600px;margin-bottom:32px} .progress-wrap{position:sticky;top:0;z-index:10;background:var(--white);border-bottom:1px solid var(--gray-100);padding:16px 24px} .progress-row{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:16px;flex-wrap:wrap}