| 1 | /* Custom styles for Pixelle-Video documentation */ |
| 2 | |
| 3 | :root { |
| 4 | --md-primary-fg-color: #5C6BC0; |
| 5 | --md-accent-fg-color: #FF4081; |
| 6 | } |
| 7 | |
| 8 | /* Better code block styling */ |
| 9 | .highlight pre { |
| 10 | border-radius: 4px; |
| 11 | } |
| 12 | |
| 13 | /* Admonition custom styling */ |
| 14 | .md-typeset .admonition { |
| 15 | border-radius: 4px; |
| 16 | } |
| 17 | |
| 18 |