Skip to content

Commit 516a86d

Browse files
feat(web-view): use --vscode-editor-font-size variable
Signed-off-by: Shaun Hamilton <shauhami020@gmail.com>
1 parent 13cd6cc commit 516a86d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web-app/src/components/Markdown/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.coderoad-markdown {
2+
font-size: var(--vscode-editor-font-size, 12px);
3+
}
4+
15
.coderoad-markdown pre {
26
border-radius: 0.3rem;
37
}

0 commit comments

Comments
 (0)