Skip to content

Instantly share code, notes, and snippets.

@sadan4
Created May 8, 2025 23:39
Show Gist options
  • Select an option

  • Save sadan4/ac71eab25e4ecdba10278ef8c3adcec2 to your computer and use it in GitHub Desktop.

Select an option

Save sadan4/ac71eab25e4ecdba10278ef8c3adcec2 to your computer and use it in GitHub Desktop.
@import url(https://raw.githubusercontent.com/sadan4/discordStyles/refs/heads/main/src/promo/confetti.css);
@import url(https://raw.githubusercontent.com/sadan4/discordStyles/refs/heads/main/src/cleanup/dmRow.css);
@import url(https://raw.githubusercontent.com/sadan4/discordStyles/refs/heads/main/src/cleanup/chatBarApps.css);
/* @import url(https://raw.githubusercontent.com/sadan4/discordStyles/refs/heads/main/src/qol/solidFolders.css); */
@import url(https://raw.githubusercontent.com/sadan4/discordStyles/refs/heads/main/src/qol/serverContextAppDir.css);
@import url(https://raw.githubusercontent.com/refact0r/midnight-discord/refs/heads/master/themes/flavors/midnight-tokyo-night.theme.css);
@font-face {
font-family: "ComicSans";
src: local(ComicShannsMono Nerd Font Mono);
}
[id^=message-content-] :is(h1, h2, h3) {
color: salmon;
}
[id^=message-content-] strong {
color: lightsalmon;
}
div[class^="buttonContainer"]>div>div {
>div[aria-label^="Click to react with"],
>div[aria-label^="Click to remove"]{
+ div[class^=separator_]{
display: none;
}
display: none;
}
}
section[class^="panels_"]>div[class^="mask_"] {
display: none;
}
div[class^=gifFavoriteButton_] {
background-color: #00000000 !important;
}
body {
/* font, change to 'gg sans' for default discord font */
--font-primary: "ComicSans" !important;
--font-display: "ComicSans" !important;
--font-code: "ComicSans" !important;
--font: "ComicSans" !important;
--flipped-chatbar: off !important; /* turn on to move the typing indicator above the chatbar */
}
[class^=expandedFolderIconWrapper__],[class^=closedFolderIconWrapper__] {
transform: translate3d(0,0,0) !important;
}
img[src^="https://cdn.discordapp.com/avatars/"] {
+ img[class^=avatarDecoration] {
&:is([src^="https://cdn.discordapp.com/avatar-decoration-presets/a_656d8fd0b54767e784e0463a85d04b60.png"],
[src^="https://ugc.decor.fieryflames.dev/a_25c4647ed223fbe01f7030cbbe2393f5.png"])
{
display: none;
}
}
}
.visual-refresh .buttons__74017 {
gap: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment