新增示例库逻辑

This commit is contained in:
puke
2025-11-03 17:44:33 +08:00
parent 6f114b61c7
commit ec395196cd
43 changed files with 2567 additions and 406 deletions

View File

@@ -0,0 +1,17 @@
/* Custom styles for Pixelle-Video documentation */
:root {
--md-primary-fg-color: #5C6BC0;
--md-accent-fg-color: #FF4081;
}
/* Better code block styling */
.highlight pre {
border-radius: 4px;
}
/* Admonition custom styling */
.md-typeset .admonition {
border-radius: 4px;
}