Last active
May 28, 2023 16:47
-
-
Save cheesits456/89b4f192fd26239212f5d17ac2699abc to your computer and use it in GitHub Desktop.
Custom CSS to make Discord slightly transparent (use with BetterDiscord)
This file contains 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
.da-scrollerWrap .da-scroller::-webkit-scrollbar-thumb { | |
background-color: #2c75ff !important; | |
border-color: #091833 !important; | |
} | |
.theme-dark .da-scrollerWrap .da-scroller::-webkit-scrollbar-track-piece { | |
background-color: #000b1e !important; | |
border-color: #091833 !important; | |
} | |
.theme-dark { | |
--background-primary: rgba(9, 24, 51, .4); | |
--background-secondary: rgba(0, 11, 30, .4); | |
--background-tertiary: rgba(0, 11, 30, .4); | |
--deprecated-panel-background: rgba(9, 24, 51, .4); | |
--channeltextarea-background: rgba(19, 62, 124, .7); | |
} | |
.app-2rEoOp { | |
background-color: rgba(9, 24, 51, 0); | |
} | |
.bg-h5JY_x { | |
background-color: rgba(9, 24, 51, 0); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment