Colors that are not invisible

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-21 15:53:45 +01:00
parent fe3e907bbe
commit c1139f5724

View File

@@ -112,18 +112,18 @@ export default {
}
.green {
color: #c8f9df;
color: #10e783;
}
.red {
color: #fbd7de;
color: #ef5878;
}
.yellow {
color: #fff6d6;
color: #ffde5d;
}
.blue {
color: #fbd7de;
color: #57d2fb;
}
</style>