Add StarCat Blue and PaleBlue icon colors
This commit is contained in:
parent
76755b810c
commit
c3a9d51d0b
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue