Skip to content

Commit

Permalink
Merge pull request #3130 from shreyyq/twt-icon-update
Browse files Browse the repository at this point in the history
Updated Twitter Icon
  • Loading branch information
kunjgit authored May 12, 2024
2 parents fd6dfcf + 4b10d65 commit ec5c3df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,16 @@ footer {
color: #ffffff;
}

.fa-twitter:hover {
color: rgb(36, 186, 255);
}

a:hover svg {
fill:rgb(0, 119, 181);
}


.fa-linkedin-square:hover {
color: rgb(0, 119, 181);
}

.footer-bottom {
background: #000;

Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ <h1>Our Valuable Contributors</h1>
rel="noopener noreferrer" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li>

<li><a href="https://twitter.com/kunj_199" aria-label="Follow me on Twitter" title="Twitter (External Link)"
rel="noopener noreferrer" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
rel="noopener noreferrer" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" aria-hidden="true" focusable="false" class="icon icon-twitter" viewBox="0 0 512 512">
<style>svg{fill:#ffffff}</style><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg></a></li>

<li><a href="https://www.linkedin.com/in/kunj199/" aria-label="Follow me on Linkedin"
title="Linkedin (External Link)" rel="noopener noreferrer" target="_blank"><i
Expand Down

0 comments on commit ec5c3df

Please sign in to comment.