Skip to content

Instantly share code, notes, and snippets.

@nabigraphics
Last active July 24, 2023 13:41
Show Gist options
  • Save nabigraphics/a68ebbb45d5686be9d45d0878874b8be to your computer and use it in GitHub Desktop.
Save nabigraphics/a68ebbb45d5686be9d45d0878874b8be to your computer and use it in GitHub Desktop.
Twitter larry back. for arc boosts.
[role="heading"] [aria-label="트위터"] svg {
display: none !important;
}
[role="heading"] [aria-label="트위터"]:after {
content: "";
background:url('https://opensource.twitter.dev/assets/twitter-logo.svg');
width:24px;
height:24px;
background-position: center center;
background-repeat: no-repeat;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
}
@nabigraphics
Copy link
Author

TwitterChirp font version.

[role="heading"] [aria-label="트위터"] svg {
  display: none !important;
}

[role="heading"] [aria-label="트위터"]:after {
  content: "[CHIRPBIRDICON]";
  font-family: "TwitterChirp";
  font-size: 28px;
  position: absolute;
  top: 9px;
  left: 9px;
  color: rgb(29, 155, 240);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment