diff --git a/ordinis-admin-ui/src/styles.css b/ordinis-admin-ui/src/styles.css index 25a6ee5..1fe2e28 100644 --- a/ordinis-admin-ui/src/styles.css +++ b/ordinis-admin-ui/src/styles.css @@ -17,11 +17,14 @@ --color-ink: #1a1714; --color-ink-2: #52483d; --color-mute: #8c8276; - --color-bg: #fbf8ee; + /* Light bg: убрали жёлтый Earth-cream, neutral warm white (off-white grey). + * Accent цвета (navy/orange) сохраняют warmth, но page bg / surface-2 / line + * de-saturated для cleaner reading experience. */ + --color-bg: #fafaf8; --color-surface: #ffffff; - --color-surface-2: #f4eedc; - --color-line: #e3dccb; - --color-line-2: #efe9d8; + --color-surface-2: #f2f1ee; + --color-line: #e4e1dc; + --color-line-2: #ecebe7; --color-navy: #3a2818; --color-accent: #b05a2e; --color-accent-bg: rgb(176 90 46 / 11%);