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);
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'" />
|
||||
<noscript><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" /></noscript>
|
||||
<link rel="stylesheet" href="/assets/app.css?v=20260607-hub-ai-v4" />
|
||||
<link rel="stylesheet" href="/assets/app.css?v=20260607-hub-ai-v5" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="app-bg" aria-hidden="true"></div>
|
||||
|
||||
Reference in New Issue
Block a user