1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

refs #208 Fixes syntax hilight of inline code on Preview

This commit is contained in:
asmsuechan
2017-01-14 20:45:53 +09:00
parent ad4e50d542
commit 2a60ba95e0

View File

@@ -49,6 +49,7 @@ body {
} }
code { code {
font-family: ${codeBlockFontFamily.join(', ')}; font-family: ${codeBlockFontFamily.join(', ')};
background-color: rgba(0,0,0,0.04);
} }
.lineNumber { .lineNumber {
${lineNumber && 'display: block !important;'} ${lineNumber && 'display: block !important;'}