complement many

This commit is contained in:
2025-10-11 08:39:17 +09:00
parent 3d651c4a8a
commit 4c2c0363b3
10 changed files with 992 additions and 6 deletions

16
.crossnote/style.less Normal file
View File

@@ -0,0 +1,16 @@
/* 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;
}
}