Skip to content

Instantly share code, notes, and snippets.

@ZXArkin
Created October 27, 2017 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZXArkin/94601e66205d425f4a9172a574118457 to your computer and use it in GitHub Desktop.
Save ZXArkin/94601e66205d425f4a9172a574118457 to your computer and use it in GitHub Desktop.
Fixes transparency themes (Discord's october update)
#app-mount,
.app .layers .layer,
.app .layers .layer>[class*='container-'],
.app .layers,
.channel-members,
.chat .content,
.chat,
.content-region,
.guilds-wrapper,
.messages-wrapper,
.sidebar-region,
.typing,
.ui-standard-sidebar-view,
[class*="channels-"],
[class*='activityFeed-'],
[class*='channels-'] [class*="container-"],
[class*='titleWrapper-'] [class*='title-']
{
/* Too dark or too bright? Adjust the opacity (`0.5`) to something lower or higher */
background: rgba(0,0,0,0.5) !important;
}
.chat form
{
background: transparent !important;
}
.messages-wrapper + form {
box-shadow: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment