diff --git a/services/pcp-tgu-ui-service/src/styles/tgu-planning.css b/services/pcp-tgu-ui-service/src/styles/tgu-planning.css index 54defa2..35d0b46 100644 --- a/services/pcp-tgu-ui-service/src/styles/tgu-planning.css +++ b/services/pcp-tgu-ui-service/src/styles/tgu-planning.css @@ -1124,7 +1124,8 @@ top: 0; z-index: 1; background: var(--bg-panel); - color: var(--text-dim); + /* --text-muted (#a4b0b1) даёт ~6:1 на панели — заголовки читаются (AA), --text-dim был ~4.3:1. */ + color: var(--text-muted); font-weight: 600; }