feat(corpus): make source links visible on search result cards
- a.passage-card__title now shows teal+underline (was ink/no-decoration, undetectable) - adds "View source ↗" link below each passage excerpt when source_url present Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3529,6 +3529,19 @@ a.dr-source-title-link:hover {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.passage-card__title:hover { color: var(--teal); text-decoration: underline; }
|
||||
a.passage-card__title { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; }
|
||||
a.passage-card__title:hover { color: var(--ink); }
|
||||
|
||||
.passage-source-link {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
font-size: 0.76rem;
|
||||
color: var(--muted);
|
||||
text-decoration: none;
|
||||
margin-top: 8px;
|
||||
}
|
||||
.passage-source-link:hover { color: var(--teal); text-decoration: underline; }
|
||||
|
||||
.passage-card__excerpt {
|
||||
font-size: 0.82rem;
|
||||
|
||||
Reference in New Issue
Block a user