summaryrefslogtreecommitdiff
path: root/doc/tables/markdown-pdf.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tables/markdown-pdf.css')
-rw-r--r--doc/tables/markdown-pdf.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/tables/markdown-pdf.css b/doc/tables/markdown-pdf.css
deleted file mode 100644
index c1efc1c..0000000
--- a/doc/tables/markdown-pdf.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- settings.json:
- "markdown-pdf.styles": ["markdown-pdf.css",],
- "markdown-pdf.format": "Letter",
- "markdown-pdf.margin.top": "1in",
- "markdown-pdf.margin.bottom": "1in",
- "markdown-pdf.margin.left": "1in",
- "markdown-pdf.margin.right": "1in",
- "markdown-pdf.stylesRelativePathFile" : true,
- "markdown-pdf.displayHeaderFooter": false,
- */
-
-body {
- font-family: "Times";
- font-size: 10pt;
- padding: 0;
-}
-
-h4 {
- font-family: "Times New Roman";
- font-size: 10pt;
- font-weight: bold;
-}
-
-code {
- font-family: Consolas, "Source Code Pro";
- font-size: 10pt;
-}
-
-pre.hljs code > div {
- padding: 0px;
-}
-
-:not(pre):not(.hljs) > code {
- color: #4d4d4c;
-}