1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +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 { 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;'}

View File

@@ -193,6 +193,7 @@ ol
&>li>ul, &>li>ol &>li>ul, &>li>ol
margin 0 margin 0
code code
color #24292e
padding 0.2em 0.4em padding 0.2em 0.4em
background-color #f7f7f7 background-color #f7f7f7
border-radius 3px border-radius 3px