We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e2845 commit cf8bae3Copy full SHA for cf8bae3
1 file changed
public/css/markdown.css
@@ -82,6 +82,19 @@
82
content: ''
83
}
84
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
98
/*fixed style for rtl in pre and code*/
99
100
.markdown-body[dir='rtl'] pre {
0 commit comments