Skip to content

Commit e819923

Browse files
committed
Update skill progress bar colors to green gradient
Changed the progress bar background to a green gradient and updated the box-shadow color to match. This improves the visual style and aligns with a green color scheme.
1 parent 47786f6 commit e819923

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Components/Skills/SkillContainer/SkillContainer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171

7272
.skill-container__progress-fill {
7373
height: 100%;
74-
background: linear-gradient(90deg, #A8511B, #CC7625);
74+
background: linear-gradient(90deg, #4caf50, #81c784);
7575
border-radius: 4px;
7676
transition: width 0.3s ease;
7777
min-width: 2px;
78-
box-shadow: 0 0 8px rgba(168, 81, 27, 0.5);
78+
box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
7979
}
8080

8181
.skill-container__icon {

0 commit comments

Comments
 (0)