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

Merge pull request #899 from BoostIO/change-font-color-at-code-in-default

Change font color in code at default theme
This commit is contained in:
Kazu Yokomizo
2017-09-24 13:35:21 +09:00
committed by GitHub
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;'}

View File

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