UNPKG
v-md-editor
Version:
latest (1.0.6)
1.0.6
A markdown editor built on Vue
v-md-editor
/
src
/
plugins
/
mermaid
/
mermaid.css
12 lines
(9 loc)
•
223 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.github-markdown-body
pre
.v-md-mermaid
{
background-color
: unset; }
.vuepress-markdown-body
pre
.v-md-mermaid
{
background-color
: unset; }
.vuepress-markdown-body
pre
.v-md-mermaid
code
{
color
:
#2c3e50
; }