change some frontend stuff and add new view
Build / Build-image (push) Successful in 54s

This commit is contained in:
2026-08-12 13:04:11 +02:00
parent 11d440c6ed
commit 9b69a2afff
5 changed files with 27 additions and 7 deletions
+3 -3
View File
@@ -45,15 +45,15 @@ import { Transition } from 'vue';
background-color: rgb(129, 112, 0);
}
.cw-cp {
background-color: rgb(0, 97, 2);
background-color: rgb(0, 126, 2);
}
.cw-ip {
background-color: rgb(19, 197, 22);
background-color: rgb(98, 175, 99);
}
.cf-cp {
background-color: rgb(0, 9, 166);
}
.cf-ip {
background-color: rgb(70, 78, 235);
background-color: rgb(96, 98, 160);
}
</style>