From 30220ccad27d03643b2d7062d25f4bbbd0de822f Mon Sep 17 00:00:00 2001 From: Ruslan Date: Thu, 16 Apr 2026 16:57:38 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=98=D0=91-=D1=82=D0=B5=D0=BC=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B7=D0=B5=D0=BB=D0=B5=D0=BD=D1=83=D1=8E=20=D0=BF?= =?UTF-8?q?=D0=B0=D0=BB=D0=B8=D1=82=D1=80=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/admin.css | 4 ++-- static/css/index.css | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/static/css/admin.css b/static/css/admin.css index 71da89d..77a9c70 100644 --- a/static/css/admin.css +++ b/static/css/admin.css @@ -1,7 +1,7 @@ :root { --b:#1f4ea3; --line:#cfe0ff; } * { box-sizing: border-box; } body { margin:0; font-family:Manrope,sans-serif; background:#f0f5ff; color:#1a2746; } - body.ib { background:#fff1f1; } + body.ib { background:#eefaf3; } .wrap { width:min(1600px, calc(100% - 24px)); margin:12px auto 24px; } .top { background: linear-gradient(130deg, #1f4ea3, #3977df); @@ -13,7 +13,7 @@ align-items:center; gap:10px; } - body.ib .top { background: linear-gradient(130deg, #9b2f3a, #c24a56); } + body.ib .top { background: linear-gradient(130deg, #1f7a4a, #37a96b); } .scope-switch { display:flex; gap:8px; } .scope-chip { display:inline-block; diff --git a/static/css/index.css b/static/css/index.css index 5f2347a..a23d424 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -26,26 +26,26 @@ } body.scope-ib { background: - radial-gradient(1200px 700px at -10% -10%, #ffb3b3 0%, transparent 58%), - radial-gradient(900px 500px at 110% -20%, #ffbeb3 0%, transparent 52%), - linear-gradient(160deg, #ffd7d7 0%, #ffb8b8 100%); + radial-gradient(1200px 700px at -10% -10%, #b8f3cf 0%, transparent 58%), + radial-gradient(900px 500px at 110% -20%, #b2efd6 0%, transparent 52%), + linear-gradient(160deg, #daf8e8 0%, #bdeecf 100%); } body.scope-ib .hero { background: linear-gradient(160deg, rgba(255,255,255,.09), rgba(255,255,255,0) 45%), - linear-gradient(125deg, #7a1f2a 0%, #b43444 55%, #d34d57 100%); + linear-gradient(125deg, #1f7a4a 0%, #2f9c61 55%, #47b879 100%); } body.scope-ib .hero::after { - background-color: rgba(90, 15, 28, .45); + background-color: rgba(10, 74, 45, .42); } body.scope-ib .hero::before { background: linear-gradient(to top, rgba(255,255,255,.9) 0 2px, rgba(255,255,255,0) 2px), - rgba(74, 9, 24, .42); + rgba(10, 61, 38, .40); } body.scope-ib .mode-btn.active { - background: linear-gradient(140deg, #9a2331, #c03d4c); - box-shadow: 0 8px 18px rgba(158, 33, 51, .35); + background: linear-gradient(140deg, #1d8d54, #2fac6d); + box-shadow: 0 8px 18px rgba(24, 124, 72, .35); } .wrap {