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

Change font color in code at default theme

This commit is contained in:
Kazu Yokomizo
2017-09-24 13:24:14 +09:00
parent 98c93d3248
commit ec8fac1199
2 changed files with 1 additions and 1 deletions

View File

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