Skip to content

Commit cf8bae3

Browse files
committed
Fix gist-embed styles conflicts
1 parent 00e2845 commit cf8bae3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

public/css/markdown.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@
8282
content: ''
8383
}
8484

85+
.markdown-body code[data-gist-id] .blob-num {
86+
border: unset;
87+
}
88+
89+
.markdown-body code[data-gist-id] table {
90+
overflow: unset;
91+
margin-bottom: unset;
92+
}
93+
94+
.markdown-body code[data-gist-id] table tr {
95+
background: unset;
96+
}
97+
8598
/*fixed style for rtl in pre and code*/
8699

87100
.markdown-body[dir='rtl'] pre {

0 commit comments

Comments
 (0)