Skip to content

Commit

Permalink
Update _base.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
MusannaGalib authored Oct 7, 2024
1 parent 9f7fa28 commit bf5f695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ blockquote {

.fa-github::before,
.fa-github {
color: #fbf7f5 !important; /* Custom color for GitHub icon */
color: #353935 !important; /* Custom color for GitHub icon */
}

.fa-linkedin::before,
Expand Down Expand Up @@ -425,7 +425,7 @@ blockquote {
transition: opacity 0.3s ease; // Smooth transition for opacity

&:hover {
opacity: 0.7; // Slightly fade links on hover
opacity: 0.5; // Slightly fade links on hover
}
}

Expand Down

0 comments on commit bf5f695

Please sign in to comment.