From 723c4765caca5baefa8633665158a545b96131e3 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Thu, 5 Jun 2025 12:27:40 -0400 Subject: [PATCH] Add comments, increase body width --- docs/stylesheets/extra.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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