fix: restore color to welcome message followups (#195312)

This commit is contained in:
Joyce Er 2023-10-10 18:40:53 -07:00 committed by GitHub
parent 257d2bfd00
commit 6a7a661757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,7 @@
}
.interactive-item-container .value .rendered-markdown a,
.interactive-item-container .value .interactive-session-followups,
.interactive-item-container .value .rendered-markdown a code {
color: var(--vscode-textLink-foreground);
}