1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

Change the color in <code> tag on preview

This commit is contained in:
asmsuechan
2017-01-21 16:12:03 +09:00
parent 2a60ba95e0
commit 59c9e11879

View File

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