Fix gist-embed styles conflicts

This commit is contained in:
Wu Cheng-Han 2016-12-15 10:44:46 +08:00
parent 00e284584e
commit cf8bae32d1

View file

@ -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 {