Add markdown styles for vscode
This commit is contained in:
parent
42fca178cc
commit
f0172909ba
2 changed files with 3 additions and 29 deletions
|
@ -1,35 +1,8 @@
|
||||||
h1, h2, h3, h4, h5, h6, p {
|
* {
|
||||||
font-family: 'Inter';
|
font-family: 'Inter';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
|
|
||||||
font-size: 24px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-size: 20px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 18px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4 {
|
|
||||||
font-size: 16px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
h5 {
|
|
||||||
font-size: 14px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
p, ul, li, dl, dd, dt {
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
font-family: 'LigaLiberationMono';
|
font-family: 'LigaLiberationMono';
|
||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
"vim.highlightedyank.color": "#18e00040",
|
"vim.highlightedyank.color": "#18e00040",
|
||||||
//"meridian.ignoreDirs": ["/img"],
|
//"meridian.ignoreDirs": ["/img"],
|
||||||
"markdown-preview-github-styles.colorTheme": "light",
|
"markdown-preview-github-styles.colorTheme": "light",
|
||||||
|
"markdown.styles": ["markdown-styles.css"],
|
||||||
"liveServer.settings.donotShowInfoMsg": true,
|
"liveServer.settings.donotShowInfoMsg": true,
|
||||||
"explorer.confirmDragAndDrop": false,
|
"explorer.confirmDragAndDrop": false,
|
||||||
"[jsonc]": {
|
"[jsonc]": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue