From 660a181b6a384e0b8ffe0897d13fced8b5234ed8 Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 22 Feb 2025 06:21:43 -0500 Subject: [PATCH] Update index.css --- src-next/css/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-next/css/index.css b/src-next/css/index.css index f91c906..b718851 100644 --- a/src-next/css/index.css +++ b/src-next/css/index.css @@ -75,16 +75,16 @@ body { .progressBar { height: 100%; - background-color: #1eff00; + background-color: #aef16b; border-radius: 5px; } .yellow { - background-color: yellow; + background-color: #F0E68C; } .red { - background-color: red; + background-color: #CD5C5C; } .children {