Skip to content

Commit

Permalink
Github RepoCard Icon Color Fix (saadpasta#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
saiteja13427 committed Sep 11, 2022
1 parent 125b4cc commit 6436b00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/githubRepoCard/GithubRepoCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
.dark-card-mode p {
color: $textColorDark;
}

.dark-card-mode .repo-svg {
fill: $textColorDark;
}

.dark-card-mode:hover {
background-color: $buttonColor !important;
box-shadow: 0px 0px 16px $darkBoxShadow;
Expand Down

0 comments on commit 6436b00

Please sign in to comment.