|
104 | 104 | --chat-reference-selected-border: hsl(217, 91%, 60%); |
105 | 105 |
|
106 | 106 | --chat-citation: #3b83f640; |
107 | | - --chat-citation-hover: hsl(217, 91%, 70%); |
| 107 | + --chat-citation-hover: hsl(217, 91%, 75%); |
| 108 | + --chat-citation-selected: hsl(217, 91%, 65%); |
108 | 109 | --chat-citation-border: hsl(217, 91%, 60%); |
109 | 110 |
|
110 | 111 | --warning: #ca8a04; |
|
195 | 196 | --chat-reference-selected-border: hsl(217, 91%, 60%); |
196 | 197 |
|
197 | 198 | --chat-citation: #1e3b8a87; |
198 | | - --chat-citation-hover: hsl(217, 91%, 55%); |
| 199 | + --chat-citation-hover: hsl(217, 91%, 45%); |
| 200 | + --chat-citation-selected: hsl(217, 80%, 50%); |
199 | 201 | --chat-citation-border: hsl(217, 91%, 60%); |
200 | 202 |
|
201 | 203 | --warning: #fde047; |
|
274 | 276 | background-color: var(--chat-citation-hover) !important; |
275 | 277 | } |
276 | 278 |
|
| 279 | +/* Separate selected class for inline chat citations */ |
| 280 | +.chat-citation--selected { |
| 281 | + background-color: var(--chat-citation-selected) !important; |
| 282 | + border-color: var(--chat-citation-border) !important; |
| 283 | + font-weight: 600; |
| 284 | +} |
| 285 | + |
277 | 286 | /* Chat citation styling for inline citations in chat responses */ |
278 | 287 | .bg-chat-citation { |
279 | 288 | background-color: var(--chat-citation); |
|
0 commit comments