Skip to content

Instantly share code, notes, and snippets.

@cking
Created July 20, 2017 12:25
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 cking/afd77a03cf7f9eec555a4e850bfae88e to your computer and use it in GitHub Desktop.
Save cking/afd77a03cf7f9eec555a4e850bfae88e to your computer and use it in GitHub Desktop.
.connecting,
.theme-dark .guild-header header,
section.flex-verticle.flexspacer,
.theme-dark .layer,
.theme-dark .guild-wrapper,
.theme-dark .channels-wrap, .theme-dark .guild-channels-wrapper,
.theme-dark .scroller.messages,
.theme-dark .messages-wrapper,
.theme-dark .messages .message-text,
.theme-dark .chat,
.theme-dark .chat>.content,
.theme-dark .channel-members,
.theme-dark #friends, .theme-dark #friends .friends-table,
.theme-dark .popout, .theme-dark .pop-out .user-popout,
.theme-dark .chat .title-wrap,
.guilds-wrapper,
.account,
.theme-dark .guild-channels,
.theme-dark .chat .content form .typing,
.guild-channels .channel-text.selected,
.guild-channels .channel-text:hover,
.private-channels .channel.selected,
.private-channels .channel:hover,
.theme-dark #friends .friends-header,
.search-bar,
#voice-connection,
.account .btn,
#voice-connection .btn {
background: transparent !important;
}
.scroller::-webkit-scrollbar-track,
.scroller::-webkit-scrollbar-track-piece {
background: transparent !important;
}
.theme-dark .layers,
.channels-wrap > div{
background: rgba(0,0,0,0.8) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment