Обновлена ИБ-тема на зеленую палитру

This commit is contained in:
2026-04-16 16:57:38 +00:00
parent 342d9e3cfc
commit 30220ccad2
2 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
:root { --b:#1f4ea3; --line:#cfe0ff; } :root { --b:#1f4ea3; --line:#cfe0ff; }
* { box-sizing: border-box; } * { box-sizing: border-box; }
body { margin:0; font-family:Manrope,sans-serif; background:#f0f5ff; color:#1a2746; } 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; } .wrap { width:min(1600px, calc(100% - 24px)); margin:12px auto 24px; }
.top { .top {
background: linear-gradient(130deg, #1f4ea3, #3977df); background: linear-gradient(130deg, #1f4ea3, #3977df);
@@ -13,7 +13,7 @@
align-items:center; align-items:center;
gap:10px; 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-switch { display:flex; gap:8px; }
.scope-chip { .scope-chip {
display:inline-block; display:inline-block;

View File

@@ -26,26 +26,26 @@
} }
body.scope-ib { body.scope-ib {
background: background:
radial-gradient(1200px 700px at -10% -10%, #ffb3b3 0%, transparent 58%), radial-gradient(1200px 700px at -10% -10%, #b8f3cf 0%, transparent 58%),
radial-gradient(900px 500px at 110% -20%, #ffbeb3 0%, transparent 52%), radial-gradient(900px 500px at 110% -20%, #b2efd6 0%, transparent 52%),
linear-gradient(160deg, #ffd7d7 0%, #ffb8b8 100%); linear-gradient(160deg, #daf8e8 0%, #bdeecf 100%);
} }
body.scope-ib .hero { body.scope-ib .hero {
background: background:
linear-gradient(160deg, rgba(255,255,255,.09), rgba(255,255,255,0) 45%), 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 { body.scope-ib .hero::after {
background-color: rgba(90, 15, 28, .45); background-color: rgba(10, 74, 45, .42);
} }
body.scope-ib .hero::before { body.scope-ib .hero::before {
background: background:
linear-gradient(to top, rgba(255,255,255,.9) 0 2px, rgba(255,255,255,0) 2px), 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 { body.scope-ib .mode-btn.active {
background: linear-gradient(140deg, #9a2331, #c03d4c); background: linear-gradient(140deg, #1d8d54, #2fac6d);
box-shadow: 0 8px 18px rgba(158, 33, 51, .35); box-shadow: 0 8px 18px rgba(24, 124, 72, .35);
} }
.wrap { .wrap {