@@ -458,4 +458,10 @@ onMounted(() => {
text-align: center;
}
+.red {
+ color: red !important;
+}
+.white {
+ color: white !important;
</style>