feat(forgejo.liquid): add forgejo repo banner block
This commit is contained in:
parent
835e49a89e
commit
d5c31a87d3
8 changed files with 28 additions and 7 deletions
|
@ -117,6 +117,7 @@ ol {
|
|||
.device-watch,
|
||||
.error,
|
||||
.favorite,
|
||||
.forgejo,
|
||||
.github,
|
||||
.headphones,
|
||||
.heart-handshake,
|
||||
|
@ -175,6 +176,10 @@ ol {
|
|||
&.favorite {
|
||||
--section-color: var(--favorite);
|
||||
}
|
||||
&.git-merge,
|
||||
&.forgejo {
|
||||
--section-color: var(--brand-forgejo);
|
||||
}
|
||||
&.headphones {
|
||||
--section-color: var(--music);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue