From c1139f572458bdc3d454f39e87daeb9e40305936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 21 Jan 2020 15:53:45 +0100 Subject: [PATCH] Colors that are not invisible --- src/ui/TotalBought.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ui/TotalBought.vue b/src/ui/TotalBought.vue index 6cc59fb..32cb8c3 100644 --- a/src/ui/TotalBought.vue +++ b/src/ui/TotalBought.vue @@ -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; }