From f68b97e621c9dd054ee89f5a980a9b936a887131 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 16 Jul 2024 23:23:57 -0600 Subject: [PATCH] Update stylesheets/extra.css --- stylesheets/extra.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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