refactor(a11y): 44×44 touch targets + normalize accent-bg alpha

This commit is contained in:
Александр Зимин
2026-05-14 17:32:10 +00:00
parent c866a68f06
commit 35c69fd010
5 changed files with 26 additions and 10 deletions
+6 -2
View File
@@ -28,7 +28,10 @@
--color-line-2: #efeae0;
--color-navy: #3a2818;
--color-accent: #b05a2e;
--color-accent-bg: rgb(176 90 46 / 11%);
/* Alpha 12% across all themes per DESIGN.md §17 — was 11% (light) / 16%
* (dark); drift caused subtle saturation difference в info badges between
* themes. Visually negligible diff на light, slightly weaker tint в dark. */
--color-accent-bg: rgb(176 90 46 / 12%);
--color-on-accent: #ffffff;
--color-green: #4f7038;
--color-green-bg: #e4ead0;
@@ -170,7 +173,8 @@
--color-line-2: #2d2a27;
--color-navy: #d97757;
--color-accent: #d97757;
--color-accent-bg: rgb(217 119 87 / 16%);
/* Alpha 12% normalized per DESIGN.md §17 — was 16% on dark theme. */
--color-accent-bg: rgb(217 119 87 / 12%);
--color-on-accent: #1c1a17;
--color-green: #6fa97d;
--color-green-bg: rgb(111 169 125 / 18%);