Baisse luminosité mode clair — palette moyenne
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+13
-13
@@ -42,25 +42,25 @@ window.dispatchEvent(new Event('tiptap-loaded'));
|
|||||||
|
|
||||||
/* ── Light theme (default) ── */
|
/* ── Light theme (default) ── */
|
||||||
:root {
|
:root {
|
||||||
--bg: #faf6f0;
|
--bg: #e8e0d4;
|
||||||
--bg-alt: #f3ece2;
|
--bg-alt: #ddd5c8;
|
||||||
--bg-card: #fff;
|
--bg-card: #f0e9de;
|
||||||
--bg-input: #faf6f0;
|
--bg-input: #e8e0d4;
|
||||||
--border: #e0d5c7;
|
--border: #cdc0b0;
|
||||||
--border-light: #f0ebe3;
|
--border-light: #ddd6ca;
|
||||||
--text: #2c1810;
|
--text: #2c1810;
|
||||||
--text-muted: #8a7968;
|
--text-muted: #6e5d4e;
|
||||||
--text-hint: #a08a76;
|
--text-hint: #8a7562;
|
||||||
--text-light: #c4b5a4;
|
--text-light: #a89888;
|
||||||
--accent: #8a7060;
|
--accent: #7a6050;
|
||||||
--accent-hover: #5c3d2e;
|
--accent-hover: #5c3d2e;
|
||||||
--brown: #5c3d2e;
|
--brown: #5c3d2e;
|
||||||
--terra: #b85c3a;
|
--terra: #b85c3a;
|
||||||
--olive: #6a7a42;
|
--olive: #6a7a42;
|
||||||
--blue-grey: #6a7a8a;
|
--blue-grey: #6a7a8a;
|
||||||
--shadow: rgba(92,61,46,0.06);
|
--shadow: rgba(92,61,46,0.10);
|
||||||
--shadow-hover: rgba(92,61,46,0.12);
|
--shadow-hover: rgba(92,61,46,0.18);
|
||||||
--overlay: rgba(44,24,16,0.4);
|
--overlay: rgba(44,24,16,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Dark theme ── */
|
/* ── Dark theme ── */
|
||||||
|
|||||||
Reference in New Issue
Block a user