48 lines
825 B
Plaintext
48 lines
825 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
|
|
.mermaid {
|
|
background-color: white;
|
|
font-family: NanumGothic;
|
|
}
|
|
font-size: 11pt;
|
|
font-family: NanumMyeongjo;
|
|
.language-scanres {
|
|
font-size: 6pt;
|
|
}
|
|
ol, ul {
|
|
margin-top: 0.0pt;
|
|
}
|
|
p {
|
|
margin-bottom: 0.4rem;
|
|
}
|
|
h1 {
|
|
margin-top: 0.6rem;
|
|
margin-bottom: 0.4rem;
|
|
}
|
|
h2 {
|
|
margin-top: 0.6rem;
|
|
margin-bottom: 0.4rem;
|
|
}
|
|
h3 {
|
|
margin-top: 0.6rem;
|
|
margin-bottom: 0.4rem;
|
|
}
|
|
h4 {
|
|
margin-top: 0.4rem;
|
|
margin-bottom: 0.2rem;
|
|
}
|
|
h5 {
|
|
margin-top: 0.4rem;
|
|
margin-bottom: 0.2rem;
|
|
}
|
|
h6 {
|
|
margin-top: 0.2rem;
|
|
margin-bottom: 0.1rem;
|
|
}
|
|
|
|
}
|