minor fixes
Build / Build-image (push) Successful in 54s

This commit is contained in:
2026-08-11 00:28:13 +02:00
parent 78fa96ea64
commit ddcb410eee
4 changed files with 12 additions and 7 deletions
+3 -3
View File
@@ -47,15 +47,15 @@ import { Transition } from 'vue';
background-color: rgb(129, 112, 0);
}
.cw-cp {
background-color: rgb(0, 122, 2);
background-color: rgb(0, 97, 2);
}
.cw-ip {
background-color: rgb(1, 185, 4);
background-color: rgb(19, 197, 22);
}
.cf-cp {
background-color: rgb(0, 9, 166);
}
.cf-ip {
background-color: rgb(45, 54, 225);
background-color: rgb(70, 78, 235);
}
</style>