fix(hub): use cyan accent for AI summary headings in dark theme

Keep wine-red emphasis in light theme; align dark mode with the hub color system.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-07 09:16:36 +08:00
parent b828026c23
commit b98efbd27d
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -48,10 +48,10 @@ html[data-theme="dark"] {
--primary-btn-border: var(--accent);
--status-done: #4cd97f;
--status-pending: #9aa3c4;
--ai-sum-heading: #ffc8d4;
--ai-sum-heading-bg: rgba(255, 77, 109, 0.12);
--ai-sum-heading-border: rgba(255, 107, 138, 0.55);
--ai-sum-name: #ffe0e8;
--ai-sum-heading: #9adbff;
--ai-sum-heading-bg: rgba(0, 212, 255, 0.07);
--ai-sum-heading-border: rgba(0, 212, 255, 0.38);
--ai-sum-name: #d4ecff;
--font: "JetBrains Mono", ui-monospace, Consolas, monospace;
--display: "Orbitron", var(--font);
--mono: var(--font);