diff --git a/docs/handbook/meta/syntax.md b/docs/handbook/meta/syntax.md index 6f2a30c..e62b7a6 100644 --- a/docs/handbook/meta/syntax.md +++ b/docs/handbook/meta/syntax.md @@ -42,6 +42,10 @@ Currently, the available configured colors are based off the built-in admonition :octicons-beaker-16:{ .example-purple } `:octicons-beaker-16:{ .example-purple }` :octicons-quote-16:{ .quote-grey } `:octicons-quote-16:{ .quote-grey }` +Additionally, "StarCat blue" is available: +:logos-starcat-circle:{ .starcat-blue } `:logos-starcat-circle:{ .starcat-blue }` +:logos-starcat-circle:{ .starcat-paleblue } `:logos-starcat-circle:{ .starcat-paleblue }` + :octicons-flame-16:{ .tip-teal } Want to know how these colors work? Check out [:simple-forgejo: the CSS in the source](https://git.starcat.systems/starcatsys/about/src/branch/main/docs/stylesheets/extra.css). ## Admonitions diff --git a/docs/index.md b/docs/index.md index 4335238..d4b939d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ You'll find the following sections of information on this site:
-- :octicons-info-24:{ .lg .middle } **About** +- :logos-starcat-circle:{ .lg .middle .starcat-paleblue } **About** --- @@ -31,7 +31,7 @@ You'll find the following sections of information on this site: [:octicons-arrow-right-16: About](about/index.md) -- :material-tent:{ .lg .middle } **SourceCamp** +- :logos-sourcecamp:{ .lg .middle .starcat-paleblue } **SourceCamp** --- @@ -39,7 +39,7 @@ You'll find the following sections of information on this site: [:octicons-arrow-right-16: SourceCamp](sourcecamp/index.md) -- :material-notebook-outline:{ .lg .middle } **DocsHub** +- :logos-docshub:{ .lg .middle .starcat-paleblue } **DocsHub** --- @@ -47,7 +47,7 @@ You'll find the following sections of information on this site: [:octicons-arrow-right-16: DocsHub](docshub/index.md) -- :material-email-fast-outline:{ .lg .middle } **Postline** +- :logos-postline:{ .lg .middle .starcat-paleblue } **Postline** --- @@ -55,7 +55,7 @@ You'll find the following sections of information on this site: [:octicons-arrow-right-16: Postline](postline/index.md) -- :octicons-sliders-16:{ .lg .middle } **StageLink** +- :logos-stagelink:{ .lg .middle .starcat-paleblue } **StageLink** --- @@ -63,7 +63,15 @@ You'll find the following sections of information on this site: [:octicons-arrow-right-16: StageLink](stagelink/index.md) -- :fontawesome-solid-scroll:{ .lg .middle } **Policies** +- :logos-openhosted:{ .lg .middle .starcat-paleblue } **OpenHosted** + + --- + + Information about [OpenHosted](https://openhosted.net), managed, fast, and easy open-source app hosting. + + [:octicons-arrow-right-16: OpenHosted](openhosted/index.md) + +- :fontawesome-solid-scroll:{ .lg .middle .starcat-paleblue } **Policies** --- @@ -71,7 +79,23 @@ You'll find the following sections of information on this site: [:octicons-arrow-right-16: Policies](policies/index.md) -- :material-book:{ .lg .middle } **Handbook** +- :fontawesome-solid-life-ring:{ .lg .middle .starcat-paleblue } **Support** + + --- + + Get assistance with your StarCat Systems product(s). + + [:octicons-mail-16:](support/index.md) + +- :fontawesome-solid-life-ring:{ .lg .middle .starcat-paleblue } **Contact** + + --- + + Get in touch with the StarCat Systems team. + + [:octicons-arrow-right-16: Contact](contaxt/index.md) + +- :material-book:{ .lg .middle .starcat-paleblue } **Handbook** --- diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 1868549..caf93c7 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -34,6 +34,12 @@ mask-image: var(--md-admonition-icon--page-moved); } +.starcat-blue { + color: #00FFFF; + } +.starcat-paleblue { + color: #6FCDDD; + } .note-blue { color: #448AFF; }