Files
2025-02-SystemProgramming/.crossnote/style.less
2025-10-11 08:39:17 +09:00

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;
}
}