mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Use font-weight 600 for bold in rendered markdown (#294274)
Use font-weight 600 for bold text in rendered markdown
This commit is contained in:
@@ -300,6 +300,10 @@
|
||||
border-color: var(--vscode-textBlockQuote-border);
|
||||
}
|
||||
|
||||
.interactive-item-container .value .rendered-markdown strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.interactive-item-container .value .rendered-markdown table {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user