Fix gist-embed styles conflicts
This commit is contained in:
parent
00e284584e
commit
cf8bae32d1
1 changed files with 13 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue