Add external reference toggle and badges
Some checks failed
docker-build / build (push) Has been cancelled

This commit is contained in:
2025-11-18 23:07:13 -05:00
parent b267a0ecc6
commit 4c20329f36
4 changed files with 55 additions and 4 deletions

View File

@@ -571,6 +571,12 @@ body.modal-open {
background: #8f4bff;
}
.badge--external {
background: #f5d08a;
color: #000;
border: 1px solid #cfa74f;
}
.badge-clickable {
cursor: pointer;
}