Spaces:
Running
Running
fix: replace leftover amber color on 'Start reading' file pill
Browse filesec-entry-hint code had rgba(237,186,154,...) from an old warm palette.
Updated to blueprint accent rgba(91,143,249,...) to match the rest of the UI.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- ui/src/index.css +2 -2
ui/src/index.css
CHANGED
|
@@ -3709,8 +3709,8 @@ textarea:focus-visible {
|
|
| 3709 |
}
|
| 3710 |
|
| 3711 |
.ec-entry-hint code {
|
| 3712 |
-
background: rgba(
|
| 3713 |
-
border: 1px solid rgba(
|
| 3714 |
color: var(--accent-soft);
|
| 3715 |
padding: 1px 6px;
|
| 3716 |
border-radius: 4px;
|
|
|
|
| 3709 |
}
|
| 3710 |
|
| 3711 |
.ec-entry-hint code {
|
| 3712 |
+
background: rgba(91,143,249,0.12);
|
| 3713 |
+
border: 1px solid rgba(91,143,249,0.28);
|
| 3714 |
color: var(--accent-soft);
|
| 3715 |
padding: 1px 6px;
|
| 3716 |
border-radius: 4px;
|