Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ body.dark-mode .footer-button:hover {
}

.icon-content a[data-social="twitter"] .filled {
background-color: #1da1f2;
background-color: black;
}

.icon-content a[data-social="youtube"] .filled {
Expand Down
4 changes: 3 additions & 1 deletion tool.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,9 @@
</div>
<div class="icon-content">
<a href="https://twitter.com/sanjay_kv_" target="_blank" aria-label="Twitter" data-social="twitter">
<i class="fab fa-x-twitter"></i>
<i><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16" data-social="twitter">
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg></i>
<div class="filled"></div>
</a>
</div>
Expand Down
Loading