summaryrefslogtreecommitdiff
path: root/html-converters
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2023-04-26 01:15:36 +0800
committerMole Shang <[email protected]>2023-04-26 01:18:59 +0800
commit81b0d57f97c9c38e26e5e3fe88c3fca277d4c27d (patch)
treea88b042a18beb2d8231e13ffc94dd6bd79dcf5d6 /html-converters
parent7018212a8f0acb647fe7d4dc5d0d79b2026b648a (diff)
downloadcgit-dark-81b0d57f97c9c38e26e5e3fe88c3fca277d4c27d.tar.gz
cgit-dark-81b0d57f97c9c38e26e5e3fe88c3fca277d4c27d.tar.bz2
cgit-dark-81b0d57f97c9c38e26e5e3fe88c3fca277d4c27d.zip
md2html: adjust table & quoted code look
Diffstat (limited to 'html-converters')
-rwxr-xr-xhtml-converters/md2html6
1 files changed, 5 insertions, 1 deletions
diff --git a/html-converters/md2html b/html-converters/md2html
index a3500c4..c5d45f0 100755
--- a/html-converters/md2html
+++ b/html-converters/md2html
@@ -159,6 +159,10 @@ sys.stdout.write('''
}
.markdown-body table th {
font-weight: bold;
+ background: #7c6f64;
+}
+.markdown-body table td {
+ background: #504945;
}
.markdown-body table th, .markdown-body table td {
border: 1px solid #ccc;
@@ -254,7 +258,7 @@ sys.stdout.write('''
margin: 0 2px;
padding: 0px 5px;
border: 1px solid #eaeaea;
- background-color: #f8f8f8;
+ background-color: #3c3836;
border-radius: 3px;
}
.markdown-body code {