diff --git a/stylesheets/extra.css b/stylesheets/extra.css index 3b5f43c..cd7324a 100644 --- a/stylesheets/extra.css +++ b/stylesheets/extra.css @@ -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; } \ No newline at end of file