Compare commits
No commits in common. "f133f778c2747637c31b21d1943f9b928b78040b" and "76755b810c688f8200c7c697955cdcb3e4a9b5f9" have entirely different histories.
f133f778c2
...
76755b810c
3 changed files with 7 additions and 41 deletions
|
@ -42,10 +42,6 @@ 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
|
||||
|
|
|
@ -23,7 +23,7 @@ You'll find the following sections of information on this site:
|
|||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- :logos-starcat-circle:{ .lg .middle .starcat-paleblue } **About**
|
||||
- :octicons-info-24:{ .lg .middle } **About**
|
||||
|
||||
---
|
||||
|
||||
|
@ -31,7 +31,7 @@ You'll find the following sections of information on this site:
|
|||
|
||||
[:octicons-arrow-right-16: About](about/index.md)
|
||||
|
||||
- :logos-sourcecamp:{ .lg .middle .starcat-paleblue } **SourceCamp**
|
||||
- :material-tent:{ .lg .middle } **SourceCamp**
|
||||
|
||||
---
|
||||
|
||||
|
@ -39,7 +39,7 @@ You'll find the following sections of information on this site:
|
|||
|
||||
[:octicons-arrow-right-16: SourceCamp](sourcecamp/index.md)
|
||||
|
||||
- :logos-docshub:{ .lg .middle .starcat-paleblue } **DocsHub**
|
||||
- :material-notebook-outline:{ .lg .middle } **DocsHub**
|
||||
|
||||
---
|
||||
|
||||
|
@ -47,7 +47,7 @@ You'll find the following sections of information on this site:
|
|||
|
||||
[:octicons-arrow-right-16: DocsHub](docshub/index.md)
|
||||
|
||||
- :logos-postline:{ .lg .middle .starcat-paleblue } **Postline**
|
||||
- :material-email-fast-outline:{ .lg .middle } **Postline**
|
||||
|
||||
---
|
||||
|
||||
|
@ -55,7 +55,7 @@ You'll find the following sections of information on this site:
|
|||
|
||||
[:octicons-arrow-right-16: Postline](postline/index.md)
|
||||
|
||||
- :logos-stagelink:{ .lg .middle .starcat-paleblue } **StageLink**
|
||||
- :octicons-sliders-16:{ .lg .middle } **StageLink**
|
||||
|
||||
---
|
||||
|
||||
|
@ -63,15 +63,7 @@ You'll find the following sections of information on this site:
|
|||
|
||||
[:octicons-arrow-right-16: StageLink](stagelink/index.md)
|
||||
|
||||
- :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**
|
||||
- :fontawesome-solid-scroll:{ .lg .middle } **Policies**
|
||||
|
||||
---
|
||||
|
||||
|
@ -79,23 +71,7 @@ You'll find the following sections of information on this site:
|
|||
|
||||
[:octicons-arrow-right-16: Policies](policies/index.md)
|
||||
|
||||
- :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**
|
||||
- :material-book:{ .lg .middle } **Handbook**
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -34,12 +34,6 @@
|
|||
mask-image: var(--md-admonition-icon--page-moved);
|
||||
}
|
||||
|
||||
.starcat-blue {
|
||||
color: #00FFFF;
|
||||
}
|
||||
.starcat-paleblue {
|
||||
color: #6FCDDD;
|
||||
}
|
||||
.note-blue {
|
||||
color: #448AFF;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue