合并代码

This commit is contained in:
JimQing 2020-07-03 21:20:24 +08:00
parent 1f07dd39c6
commit 7b85fc270b

View File

@ -78,6 +78,7 @@ export default {
'font-size': '80%', 'font-size': '80%',
'overflow': 'auto', 'overflow': 'auto',
'color': '#333', 'color': '#333',
'white-space': 'pre',
'background': 'rgb(247, 247, 247)', 'background': 'rgb(247, 247, 247)',
'border-radius': '2px', 'border-radius': '2px',
'padding': '10px', 'padding': '10px',
@ -127,6 +128,7 @@ 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',