fix: code block style (#157)

close #157
This commit is contained in:
yanglbme 2022-07-11 10:40:14 +08:00
parent 73065ee81d
commit 504ff97ee3
2 changed files with 24035 additions and 22 deletions

24055
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -137,11 +137,11 @@ export default {
codespan: { codespan: {
'font-size': `90%`, 'font-size': `90%`,
'white-space': `pre`,
color: `#d14`, color: `#d14`,
background: `rgba(27,31,35,.05)`, background: `rgba(27,31,35,.05)`,
padding: `3px 5px`, padding: `3px 5px`,
'border-radius': `4px`, 'border-radius': `4px`,
'word-break': `break-all`,
}, },
link: { link: {