diff options
-rwxr-xr-x | html-converters/md2html | 6 |
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 { |