Files
docs/stylesheets/extra.css
T
2024-12-09 04:05:34 -07:00

10 lines
185 B
CSS

.md-grid {
max-width: 1920px; /* Make the content fit the full width of the webpage */
}
:root {
--md-primary-fg-color: #B44AFF;
--md-primary-fg-color--dark: #B44AFF;
}