18 lines
288 B
CSS
18 lines
288 B
CSS
/* 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;
|
|
}
|
|
|