Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 13, 2023
1 parent 7694bee commit df9747b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/softwareSkills/SoftwareSkill.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
color: $subTitle;

svg {
fill: $subTitle; // Set initial fill color
fill: $subTitle; // Set initial fill color
}

&:hover {
color: $skillsColor;

svg {
fill: $skillsColor; // Update fill color on hover
fill: $skillsColor; // Update fill color on hover
}
}
}
Expand Down

0 comments on commit df9747b

Please sign in to comment.