Created
April 14, 2020 07:37
-
-
Save rzjnzk/a3471e6e446fc85e447a8713c20f5d0c to your computer and use it in GitHub Desktop.
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
//META{"name":"Holo","description":"","author":"github.com/rzjnzk","version":"0.0.1"}*//{} | |
#app-mount .app-2rEoOp | |
{ | |
/* background-color: transparent; */ | |
background-image: url(https://i.imgur.com/nLRfaKa.jpg); | |
background-size: cover; | |
} | |
.da-titleBar | |
{ | |
background-color: rgba(0, 0, 0) !important; | |
} | |
*::-webkit-scrollbar-thumb | |
{ | |
background-color: rgba(0, 0, 0, 0.3) !important; | |
} | |
/* Removes scrollbar 'wrapper'. */ | |
*::-webkit-scrollbar-track, | |
*::-webkit-scrollbar-track-piece, | |
#bda-qem-favourite-container .scroller::-webkit-scrollbar, | |
#bda-qem-favourite-container .scroller::-webkit-scrollbar-track, | |
#bda-qem-favourite-container .scroller::-webkit-scrollbar-track-piece, | |
#bda-qem-twitch-container .scroller::-webkit-scrollbar, | |
#bda-qem-twitch-container .scroller::-webkit-scrollbar-track, | |
#bda-qem-twitch-container .scroller::-webkit-scrollbar-track-piece, | |
.emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar, | |
.emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar-track, | |
.emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar-track-piece, | |
.theme-dark .scrollerThemed-2oenus.themedWithTrack-q8E3vB .scroller-2FKFPG::-webkit-scrollbar-track-piece | |
{ | |
background-color: transparent !important; | |
border-color: transparent !important; | |
} | |
.da-messagesWrapper | |
{ | |
margin-bottom: 8px; | |
} | |
/* header, .header-2o-2hjm, .da-header, */ | |
#guildsnav a | |
{ | |
border: 0 !important; | |
border-radius: 0 !important; | |
} | |
html, body, .theme-dark | |
{ | |
--background-primary: rgba(0, 0, 0, 0.2); | |
--background-secondary: rgba(0, 0, 0, 0.2); | |
--background-secondary-alt: rgba(0, 0, 0, 0.2); | |
--background-tertiary: rgba(0, 0, 0, 0.2); | |
--channeltextarea-background: rgba(0, 0, 0, 0.2); | |
--background-primary: rgba(0, 0, 0, 0.2); | |
--background-mobile-primary: rgba(0, 0, 0, 0.2); | |
--deprecated-store-bg: rgba(0, 0, 0, 0.2); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment