frontend stuff and changes to api
Build / Build-image (push) Successful in 54s

This commit is contained in:
2026-08-10 12:33:44 +02:00
parent fc41d52751
commit 48048e516a
3 changed files with 27 additions and 6 deletions
+12
View File
@@ -12,4 +12,16 @@
justify-content: center;
background-color: grey;
}
.cw-cp {
background-color: rgb(0, 122, 2);
}
.cw-ip {
background-color: rgb(1, 185, 4);
}
.cf-cp {
background-color: rgb(0, 9, 166);
}
.cf-ip {
background-color: rgb(45, 54, 225);
}
</style>