staging to main #20

Manually merged
thhsh-local merged 38 commits from staging into main 2025-05-20 20:35:28 +00:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit c3a9d51d0b - Show all commits

View file

@ -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-beaker-16:{ .example-purple } `:octicons-beaker-16:{ .example-purple }`
:octicons-quote-16:{ .quote-grey } `:octicons-quote-16:{ .quote-grey }` :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). :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 ## Admonitions

View file

@ -34,6 +34,12 @@
mask-image: var(--md-admonition-icon--page-moved); mask-image: var(--md-admonition-icon--page-moved);
} }
.starcat-blue {
color: #00FFFF;
}
.starcat-paleblue {
color: #6FCDDD;
}
.note-blue { .note-blue {
color: #448AFF; color: #448AFF;
} }