Skip to content

Commit bba2ed6

Browse files
committed
Issue #946 was resolved further1
1 parent 042bd32 commit bba2ed6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

styles/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ body.dark-mode .footer-button:hover {
863863
}
864864

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

869869
.icon-content a[data-social="youtube"] .filled {

tool.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@
283283
</div>
284284
<div class="icon-content">
285285
<a href="https://twitter.com/sanjay_kv_" target="_blank" aria-label="Twitter" data-social="twitter">
286-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
287-
<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"/>
288-
</svg>
286+
<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">
287+
<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"/>
288+
</svg></i>
289289
<div class="filled"></div>
290290
</a>
291291
</div>

0 commit comments

Comments
 (0)