Skip to content

Commit a78a788

Browse files
committed
Update block quote styling
1 parent b39253f commit a78a788

File tree

1 file changed

+3
-1
lines changed
  • src/vs/workbench/contrib/positronNotebook/browser/notebookCells

1 file changed

+3
-1
lines changed

src/vs/workbench/contrib/positronNotebook/browser/notebookCells/Markdown.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,12 @@
125125
}
126126

127127
blockquote {
128-
margin: 0 7px 0 5px;
128+
margin: 0 7px 0 0;
129129
padding: 0 16px 0 10px;
130130
border-left-width: 5px;
131131
border-left-style: solid;
132+
border-left-color: var(--vscode-textBlockQuote-border);
133+
background-color: var(--vscode-textBlockQuote-background);
132134
}
133135

134136
code {

0 commit comments

Comments
 (0)