Revert "slice 4: accent palette refinement — blue → teal"
This reverts commit 52fe7bceb6.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
/* AI accent (blue) — same hue as --color-accent but exposed via the
|
||||
spec name --color-text-info so the redesign components can reference
|
||||
it without coupling to the existing --color-accent. */
|
||||
--color-text-info: #8FB0C3;
|
||||
--color-text-info-strong: #5B7C8D;
|
||||
--color-text-info: #60a5fa;
|
||||
--color-text-info-strong: #3b82f6;
|
||||
|
||||
/* Backgrounds */
|
||||
--color-background-primary: #0a0a0a;
|
||||
@@ -53,7 +53,7 @@
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
border-radius: 50%;
|
||||
background: var(--color-text-info, #8FB0C3);
|
||||
background: var(--color-text-info, #60a5fa);
|
||||
animation: bb-pulse 2s infinite ease-in-out;
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
border-radius: 50%;
|
||||
border: 2px solid var(--color-text-info, #8FB0C3);
|
||||
border: 2px solid var(--color-text-info, #60a5fa);
|
||||
animation: bb-ring 1.8s infinite ease-out;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user