Skip to content

Commit 0f8598b

Browse files
authored
Render code links with link color instead of code color (microsoft#185604)
1 parent 111fb77 commit 0f8598b

File tree

1 file changed

+2
-1
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+2
-1
lines changed

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107
padding: 4px 6px;
108108
}
109109

110-
.interactive-item-container .value a {
110+
.interactive-item-container .value a,
111+
.interactive-item-container .value a code {
111112
color: var(--vscode-textLink-foreground);
112113
}
113114

0 commit comments

Comments
 (0)