diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index caf93c7..027f2be 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -1,3 +1,4 @@
+/*--- Custom admonition: Deprecated ---*/
:root {
--md-admonition-icon--deprecated: url('data:image/svg+xml;charset=utf-8,')
}
@@ -16,6 +17,7 @@
mask-image: var(--md-admonition-icon--deprecated);
}
+/*--- Custom admonition: Page Moved ---*/
:root {
--md-admonition-icon--page-moved: url('data:image/svg+xml;charset=utf-8,')
}
@@ -34,6 +36,7 @@
mask-image: var(--md-admonition-icon--page-moved);
}
+/*--- Custom icon colors ---*/
.starcat-blue {
color: #00FFFF;
}
@@ -72,4 +75,9 @@
}
.quote-grey {
color: #9E9E9E;
- }
\ No newline at end of file
+ }
+
+/*--- Increase maximum width for body text ---*/
+.md-grid {
+ max-width: 85%;
+}
\ No newline at end of file