diff --git a/miniapp/assets/podbor.css b/miniapp/assets/podbor.css index 07450cd..0e0978b 100644 --- a/miniapp/assets/podbor.css +++ b/miniapp/assets/podbor.css @@ -2039,10 +2039,10 @@ text-transform: uppercase; } .client-footer .leads-count { - color: var(--accent-2); + color: #0E1621; font-weight: 500; } -.client-footer .muted { color: var(--muted); } +.client-footer .muted { color: #0E1621; } /* Детальный экран клиента */ .client-detail-head { @@ -3544,8 +3544,8 @@ border-color: var(--walnut, #6B4A2B); background: white; } -.client-search::placeholder { color: var(--muted, #998877); } -.client-search-meta { transition: color 0.15s; } +.client-search::placeholder { color: #0E1621; } +.client-search-meta { color: #0E1621; transition: color 0.15s; } /* ===== Поля адреса (addr-grid) ===== */ .addr-grid { diff --git a/miniapp/assets/styles.css b/miniapp/assets/styles.css index 29bbd13..3cccd22 100644 --- a/miniapp/assets/styles.css +++ b/miniapp/assets/styles.css @@ -1422,7 +1422,7 @@ html[data-variant="d"] .section-head .label { font-family: var(--font-ui); font-size: 13.5px; font-weight: 600; - color: #F5F5F5; + color: #0E1621; line-height: 1.2; white-space: nowrap; overflow: hidden; @@ -1434,12 +1434,12 @@ html[data-variant="d"] .section-head .label { font-size: 9.5px; font-weight: 500; letter-spacing: 0.05em; - color: #F5F5F5; + color: #0E1621; margin-top: 2px; } .client-arrow { - color: var(--muted); + color: #0E1621; flex-shrink: 0; } @@ -1452,7 +1452,7 @@ html[data-variant="d"] .section-head .label { font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; - color: var(--muted); + color: #0E1621; } .client-detail-head { diff --git a/miniapp/index.html b/miniapp/index.html index e9dc6a5..6186d32 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -12,8 +12,8 @@ - - + +