fix(code): pre font-family

This commit is contained in:
07akioni 2021-01-05 15:08:26 +08:00
parent d348f34095
commit 0d49411252

View File

@ -26,7 +26,7 @@ export default c([
[
c('pre', `
margin: 0;
fontFamily: var(--font-family);
font-family: inherit;
`),
c('[class^=hljs]', {
color: 'var(--text-color)',