Skip to content

Commit

Permalink
modified footer.scss
Browse files Browse the repository at this point in the history
Signed-off-by: Rajiv <[email protected]>
  • Loading branch information
Rajivkumawat3 committed Jul 2, 2023
1 parent 2df4592 commit eb8ecb2
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions docs/_sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,34 @@
}

&.slack-icon:hover svg {
fill: #4b154b;
.first{
fill:#00bcd4;
}
.second{
fill:#00bcd4;
}
.third{
fill:#e91e63;
}
.fourth{
fill:#e91e63;
}
.fifth{
fill:#ff9800;
}
.sixth{
fill:#ff9800;
}
.seventh{
fill:#4caf50;
}
.eighth{
fill:#4caf50;
}
}

&.github-icon:hover svg {
fill: #000000;
fill:#fff !important;
}

&.rss-icon:hover svg {
Expand Down

0 comments on commit eb8ecb2

Please sign in to comment.