14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
|
|
/* Please visit the URL below for more information: */
|
|
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */
|
|
|
|
html {
|
|
-webkit-print-color-adjust: exact;
|
|
}
|
|
|
|
.markdown-preview.markdown-preview {
|
|
// modify your style here
|
|
// eg: background-color: blue;
|
|
font-family: NanumMyeongjo;
|
|
}
|