Created
October 27, 2017 14:21
-
-
Save ZXArkin/94601e66205d425f4a9172a574118457 to your computer and use it in GitHub Desktop.
Fixes transparency themes (Discord's october update)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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