Skip to content

Commit 573465a

Browse files
committed
Remove background color from level block
Deleted the background-color property from .skill-container__level-block to allow for more flexible styling or to inherit background from parent elements.
1 parent 697faa6 commit 573465a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Components/Skills/SkillContainer/SkillContainer.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
}
7878

7979
.skill-container__level-block {
80-
background-color: #3a3a3a;
8180
border-radius: 0.25rem;
8281
overflow: hidden;
8382
height: 1.25rem;

0 commit comments

Comments
 (0)