Skip to content

Commit 3e4342e

Browse files
committed
modify: remove underline for h tag on markdown previe
1 parent 0ed2d26 commit 3e4342e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

browser/components/MarkdownPreview.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ code {
5454
${lineNumber && 'display: block !important;'}
5555
font-family: ${codeBlockFontFamily.join(', ')};
5656
}
57+
58+
h1, h2, h3, h4 {
59+
border: none;
60+
}
5761
`
5862
}
5963

0 commit comments

Comments
 (0)