Added icon change
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 39s

This commit is contained in:
2026-04-26 21:12:08 +02:00
parent 9048bb0f11
commit 475887420c
20 changed files with 668 additions and 41 deletions

View File

@@ -355,3 +355,11 @@ span.artifact {
display: flex;
flex-direction: column;
}
.red {
color: var(--color-red);
}
.green {
color: var(--color-green);
}