Skip to content

Commit b8539c8

Browse files
committed
Improve inline code styling
1 parent a78a788 commit b8539c8

File tree

1 file changed

+4
-0
lines changed
  • src/vs/workbench/contrib/positronNotebook/browser/notebookCells

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,13 @@
133133
background-color: var(--vscode-textBlockQuote-background);
134134
}
135135

136+
/* inline code styling */
136137
code {
137138
font-size: 1em;
138139
font-family: var(--vscode-repl-font-family);
140+
background-color: var(--vscode-textPreformat-background);
141+
padding: 1px 3px;
142+
border-radius: 4px;
139143
}
140144

141145
pre code {

0 commit comments

Comments
 (0)