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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user