Add markdown styles for vscode

This commit is contained in:
tactonbishop 2022-08-30 09:20:40 +01:00
parent 42fca178cc
commit f0172909ba
2 changed files with 3 additions and 29 deletions

View file

@ -1,34 +1,7 @@
h1, h2, h3, h4, h5, h6, p {
* {
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 {
font-family: 'LigaLiberationMono';
font-size: 12px !important;

View file

@ -40,6 +40,7 @@
"vim.highlightedyank.color": "#18e00040",
//"meridian.ignoreDirs": ["/img"],
"markdown-preview-github-styles.colorTheme": "light",
"markdown.styles": ["markdown-styles.css"],
"liveServer.settings.donotShowInfoMsg": true,
"explorer.confirmDragAndDrop": false,
"[jsonc]": {