From 352a33f5882143e0e1661c36263bcbec2cd4028a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sat, 1 Aug 2026 19:28:17 +0400 Subject: [PATCH] =?UTF-8?q?v0.4.1:=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0?= =?UTF-8?q?=20Swagger=20=E2=80=94=20=D1=81=D0=B8=D0=BD=D1=8F=D1=8F,=20?= =?UTF-8?q?=D0=B6=D0=B8=D1=80=D0=BD=D0=B0=D1=8F,=20=D0=B7=D0=B0=D0=BC?= =?UTF-8?q?=D0=B5=D1=82=D0=BD=D0=B0=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/config/loader.py | 2 +- site/static/style.css | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/site/config/loader.py b/site/config/loader.py index 2fd327f..503743b 100644 --- a/site/config/loader.py +++ b/site/config/loader.py @@ -71,4 +71,4 @@ DELAY = float(os.getenv("MOCK_OP_DELAY", "0.1")) # Версия полигона — единый источник правды для app.py и routes/root.py. # Меняется при КАЖДОМ изменении кода. -VERSION = "0.4.0" +VERSION = "0.4.1" diff --git a/site/static/style.css b/site/static/style.css index 9f51585..83a5769 100644 --- a/site/static/style.css +++ b/site/static/style.css @@ -98,19 +98,21 @@ main { .swagger-link { margin-left: auto; - font-size: 13px; - color: var(--text-muted); + font-size: 14px; + font-weight: 600; + color: #fff; text-decoration: none; - padding: 4px 12px; - border: 1px solid var(--border); - border-radius: var(--radius-sm); + padding: 8px 20px; + background: var(--brand-primary); + border: 2px solid var(--brand-primary); + border-radius: var(--radius); transition: all 0.15s; } .swagger-link:hover { - color: var(--brand-primary); - border-color: var(--brand-primary); - background: #eff6ff; + background: var(--brand-primary-dark); + border-color: var(--brand-primary-dark); + color: #fff; } /* ── Dots ── */