From d3dc000bf95bb9aa78647253e843464c30dc222c Mon Sep 17 00:00:00 2001 From: tore Date: Thu, 3 Sep 2026 12:53:33 +0000 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B8=D1=80=D1=8E=D0=B7=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=8F=20=D1=88=D0=B0=D0=BF=D0=BA=D0=B0=20=D0=B4=D0=B0?= =?UTF-8?q?=D1=88=D0=B1=D0=BE=D1=80=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7c1ab0c..5e96ba3 100644 --- a/index.html +++ b/index.html @@ -21,9 +21,9 @@ * { margin: 0; box-sizing: border-box; } body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; padding: 24px; } .container { max-width: 1400px; margin: 0 auto; } -header { margin-bottom: 32px; } -h1 { font-size: 28px; font-weight: 700; color: var(--text); margin-bottom: 8px; } -.subtitle { color: var(--text-secondary); font-size: 14px; } +header { margin-bottom: 32px; background: linear-gradient(135deg, #00b8cc 0%, #0095a8 100%); border-radius: 16px; padding: 32px; color: white; } +h1 { font-size: 28px; font-weight: 700; color: white; margin-bottom: 8px; } +.subtitle { color: rgba(255,255,255,0.9); font-size: 14px; } /* KPI карточки */ .kpi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-bottom: 32px; }