mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
@@ -23,6 +23,10 @@ export const activate: ActivationFunction<void> = (ctx) => {
|
||||
|
||||
const style = document.createElement('style');
|
||||
style.textContent = `
|
||||
#preview {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.emptyMarkdownCell::before {
|
||||
content: "${document.documentElement.style.getPropertyValue('--notebook-cell-markup-empty-content')}";
|
||||
font-style: italic;
|
||||
@@ -56,20 +60,32 @@ export const activate: ActivationFunction<void> = (ctx) => {
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.25em;
|
||||
font-size: 2.3em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.9em;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.6em;
|
||||
font-size: 1.7em;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.1em;
|
||||
h3 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
||||
Reference in New Issue
Block a user