Skip to content

Commit 51112a0

Browse files
authored
Merge pull request #1676 from steam-bell-92/main
Update Twitter branding to X
2 parents b4ddfd8 + a0b0a45 commit 51112a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Website/css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ button#toggle-languages:hover {
12851285
}
12861286

12871287
.icon-content a[data-social="twitter"] .filled {
1288-
background-color: #1da1f2;
1288+
background-color: #000000; /* New X Black */
12891289
}
12901290

12911291
.icon-content a[data-social="youtube"] .filled {
@@ -1322,7 +1322,7 @@ body.dark-mode .side-icons .icon-content a[data-social="linkedin"] .filled {
13221322
}
13231323

13241324
body.dark-mode .side-icons .icon-content a[data-social="twitter"] .filled {
1325-
background-color: #1da1f2;
1325+
background-color: #000000; /* New X Black */
13261326
}
13271327

13281328
body.dark-mode .side-icons .icon-content a[data-social="youtube"] .filled {

Website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ <h2>Here are some of our active GitHub repositories</h2>
580580
</a>
581581
</div>
582582
<div class="icon-content">
583-
<a href="https://twitter.com/sanjay_kv" target="_blank" aria-label="Twitter" data-social="twitter">
583+
<a href="https://twitter.com/sanjay_kv" target="_blank" aria-label="X (formerly Twitter)" data-social="twitter">
584584
<i class="fa fa-twitter"></i>
585585
<div class="filled"></div>
586586
</a>

0 commit comments

Comments
 (0)