[Client] Improve syntax highlighting

Resolve #3926
Resolve #3390
This commit is contained in:
syuilo
2019-01-27 14:34:52 +09:00
parent f9f70d5df4
commit 4b191c7f68
7 changed files with 76 additions and 372 deletions

View File

@ -24,25 +24,10 @@ export default Vue.extend({
background var(--mfmTitleBg)
border-radius 4px
>>> .code
margin 8px 0
>>> .quote
margin 8px
padding 6px 0 6px 12px
color var(--mfmQuote)
border-left solid 3px var(--mfmQuoteLine)
>>> code
padding 4px 8px
margin 0 0.5em
font-size 90%
color #525252
background var(--bg)
border-radius 2px
>>> pre > code
padding 16px
margin 0
</style>