Update stylesheets/extra.css

This commit is contained in:
2024-07-16 23:23:57 -06:00
parent 1f7830311b
commit f68b97e621

View File

@ -1,3 +1,8 @@
.md-grid {
max-width: initial;
max-width: initial; /* Make the content fit the full width of the webpage */
}
:root {
--md-primary-fg-color: #B44AFF;
--md-primary-fg-color--dark: #B44AFF;
}