X social media links.less
From TWC Wiki
This is the css used for styling the contents of X social media links
Pre-installed Font Awesome icons are used instead of text for the links.
// social media links
// icons instead of text
.social-link { font-size: 0px; visibility: hidden; } // hide text
.social-link a::after { font-size: 24px; visibility: visible; }
.social-link a::hover { text-decoration: none; }
.social-link-facebook a::after { .m-faContent(@fa-var-facebook); }
.social-link-twitter a::after { .m-faContent(@fa-var-twitter); }
.social-link-discord a::after { .m-faContent(@fa-var-discord); }
.social-link-youtube a::after { .m-faContent(@fa-var-youtube); }
