Update index.css

This commit is contained in:
Damien 2025-02-22 06:21:43 -05:00
parent a188656bf4
commit 660a181b6a

View File

@ -75,16 +75,16 @@ body {
.progressBar { .progressBar {
height: 100%; height: 100%;
background-color: #1eff00; background-color: #aef16b;
border-radius: 5px; border-radius: 5px;
} }
.yellow { .yellow {
background-color: yellow; background-color: #F0E68C;
} }
.red { .red {
background-color: red; background-color: #CD5C5C;
} }
.children { .children {