Merge branch 'fix/bg-de-yellow' into 'main'

fix(theme): de-saturate light bg — убрать жёлтый Earth-cream

See merge request 2-6/2-6-4/terravault/ordinis!66
This commit is contained in:
Александр Зимин
2026-05-11 14:02:02 +00:00
+7 -4
View File
@@ -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%);