Skip to content

Instantly share code, notes, and snippets.

@ActualMandM
Last active August 9, 2018 13:58
Show Gist options
  • Save ActualMandM/3372f2a57c7f09e765df334b31ecf0e0 to your computer and use it in GitHub Desktop.
Save ActualMandM/3372f2a57c7f09e765df334b31ecf0e0 to your computer and use it in GitHub Desktop.
Slash's Custom CSS (BetterDiscord)
/*
Import using:
@import url("https://rawgit.com/slashiee/3372f2a57c7f09e765df334b31ecf0e0/raw/Beard-Main.css");
*/
/* fix Theme/Plugin Repo/Check All colors */
.bd-pfbtn, .cap-uncheck, .cap-check {
background: var(--accent-color)!important;
}
/* fix custom css background color in zere's unofficial fork */
.ace-monokai .ace_gutter {
background: var(--lvl2)!important;
}
.editor {
background: var(--lvl25)!important;
}
/*
Import using:
@import url("https://rawgit.com/slashiee/3372f2a57c7f09e765df334b31ecf0e0/raw/Beard-Misc.css");
*/
/* accent colors */
div[class^='headerPlaying-'], div[class^='topSectionPlaying-'], div[class^='itemSelected-'] {
background-color: var(--accent-color) !important;
}
.callAvatarBorder-OF5XZJ.video-WCePbA.selected-3pqJJJ:not(.speaking-dRlv0T) {
box-shadow: inset 0 0 0 2px var(--accent-color);
}
/*
Import using:
@import url("https://rawgit.com/slashiee/3372f2a57c7f09e765df334b31ecf0e0/raw/Regular-Main.css");
*/
/* circle screenshare avatars */
div[class^='callAvatarWrapper-'], div[class^='callAvatar-'], div[class^='callAvatarBorder-'], div[class^='callAvatarVideo-'] {
border-radius: 50%;
}
/* old call background */
div[class^='videoBackground-'] {
background-image: url(https://i.imgur.com/MHPS6I4.png)
}
/* remove emote margins */
img[class^='emoji'] {
margin: 0 !important;
}
/*
Import using:
@import url("https://rawgit.com/slashiee/3372f2a57c7f09e765df334b31ecf0e0/raw/Regular-Misc.css");
*/
/* Remove messages from blocked users */
div[class^='messageGroupBlocked-'] {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment