From b5f7f5d43f26308efce097238e2f1f2ccec2306c Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Mon, 11 Jul 2022 20:56:19 +0200 Subject: [PATCH] Colors --- src/styles/containers/Calendar.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/containers/Calendar.module.css b/src/styles/containers/Calendar.module.css index 82da086..5eb59b2 100644 --- a/src/styles/containers/Calendar.module.css +++ b/src/styles/containers/Calendar.module.css @@ -37,9 +37,9 @@ } .color0 { - background: rgba(255, 170, 0, 0.2); + background: rgba(185, 43, 255, 0.2); } .color1 { - background: rgba(255, 0, 0, 0.2); + background: rgba(0, 93, 255, 0.2); } \ No newline at end of file