17 lines
348 B
Plaintext
17 lines
348 B
Plaintext
|
|
/* Please visit the URL below for more information: */
|
|
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */
|
|
|
|
.markdown-preview.markdown-preview {
|
|
// modify your style here
|
|
// eg: background-color: blue;
|
|
font-size: 10pt;
|
|
.mermaid {
|
|
background-color: white;
|
|
}
|
|
|
|
div[data-cmd="sh"] {
|
|
font-size: 8pt;
|
|
}
|
|
}
|