Files
wehub-resource-sync 690333661e
Deploy Documentation / deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:19:21 +08:00

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