diff options
-rw-r--r-- | public/css/markdown.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/css/markdown.css b/public/css/markdown.css index eca80312..1de90250 100644 --- a/public/css/markdown.css +++ b/public/css/markdown.css @@ -82,6 +82,19 @@ content: '' } +.markdown-body code[data-gist-id] .blob-num { + border: unset; +} + +.markdown-body code[data-gist-id] table { + overflow: unset; + margin-bottom: unset; +} + +.markdown-body code[data-gist-id] table tr { + background: unset; +} + /*fixed style for rtl in pre and code*/ .markdown-body[dir='rtl'] pre { |