replace twitter.com with x.com

This commit is contained in:
partev 2024-10-19 00:22:22 -04:00 committed by Alex Cabal
parent 761f994ca8
commit f901ee89e0
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<ul class="social-media">
<li>
<p>
<a href="https://twitter.com/standardebooks">X</a>
<a href="https://x.com/standardebooks">X</a>
</p>
</li>
<li>

View file

@ -1387,7 +1387,7 @@ footer ul.social-media a::before{
filter: brightness(0) saturate(100%) invert(18%) sepia(33%) saturate(355%) hue-rotate(172deg) brightness(93%) contrast(89%); /* Change color of SVG to #303944 */
}
footer ul.social-media a[href^="https://twitter.com"]::before{
footer ul.social-media a[href^="https://x.com"]::before{
background-image: url("/images/x.svg");
}