新增示例库逻辑
This commit is contained in:
17
docs/stylesheets/extra.css
Normal file
17
docs/stylesheets/extra.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user