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