Skip to content

Instantly share code, notes, and snippets.

@ericrocha97
Last active August 10, 2021 14:07
Show Gist options
  • Save ericrocha97/03c7bd9c4edc7ddc0957f4b82cf57fad to your computer and use it in GitHub Desktop.
Save ericrocha97/03c7bd9c4edc7ddc0957f4b82cf57fad to your computer and use it in GitHub Desktop.
Discord Title Bar
.titleBar-AC4pGV.typeWindows-1za-n7::after {
content: "";
position: absolute;
pointer-events: none;
background: url('https://discord.com/assets/364fc8a0ee7fcebf47ca6ebd16ec12f1.svg') left/100% no-repeat;
width: 85px;
height: 16px;
left: 8px;
top: 4px;
}
.titleBar-AC4pGV .wordmark-2iDDfm svg {
width: 0;
}
.titleBar-AC4pGV .wordmark-2iDDfm::after {
content: "";
position: absolute;
font-family: "Fredoka One";
background: white;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 13px;
font-weight: 550;
top: 5px;
left: 25px;
width: 135px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment