Skip to content

Commit ccfb395

Browse files
committed
style: enhance link styling in chat component
1 parent 5fe39c5 commit ccfb395

File tree

1 file changed

+10
-0
lines changed
  • packages/agent-webapp/src/components

1 file changed

+10
-0
lines changed

packages/agent-webapp/src/components/chat.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,16 @@ export class ChatComponent extends LitElement {
565565
border-top: 1px solid var(--border-color);
566566
margin: var(--space-md) 0;
567567
}
568+
a {
569+
color: var(--primary);
570+
text-decoration: none;
571+
&:hover {
572+
text-decoration: underline;
573+
}
574+
}
575+
}
576+
.debug {
577+
align-self: end;
568578
}
569579
.message-role {
570580
position: absolute;

0 commit comments

Comments
 (0)