update
Build / build (push) Has been cancelled

This commit is contained in:
gpatruno
2026-06-08 23:35:37 +02:00
parent 836499d10d
commit 96144d809c
78 changed files with 5871 additions and 502 deletions
+15
View File
@@ -281,6 +281,21 @@ code {
color: #94a3b8;
}
.tag-alive {
background: rgba(74, 222, 128, 0.15);
color: var(--success);
}
.tag-dead {
background: rgba(248, 113, 113, 0.15);
color: var(--danger);
}
.death-date {
display: block;
margin-top: 0.2rem;
}
.link {
color: var(--accent);
text-decoration: none;