1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

modify: remove underline for h tag on markdown previe

This commit is contained in:
sota1235
2017-01-03 16:02:21 +09:00
parent 0ed2d26129
commit 3e4342eec4

View File

@@ -54,6 +54,10 @@ code {
${lineNumber && 'display: block !important;'}
font-family: ${codeBlockFontFamily.join(', ')};
}
h1, h2, h3, h4 {
border: none;
}
`
}