feat(forgejo.liquid): add forgejo repo banner block

This commit is contained in:
Cory Dransfeldt 2025-03-28 17:13:45 -07:00
parent 835e49a89e
commit d5c31a87d3
No known key found for this signature in database
8 changed files with 28 additions and 7 deletions

View file

@ -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);
}