Created
July 4, 2021 09:29
-
-
Save likuilin/3ab336344eb7f8fc57bb94fd4c4aebac to your computer and use it in GitHub Desktop.
Discord custom CSS
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
/* put your custom css here. */ | |
/* \\192.168.0.137\Users\kuilin\AppData\Local\Discord\app-1.0.9002\modules\discord_desktop_core-2\discord_desktop_core */ | |
.theme-light { | |
--background-primary:#ececec; | |
--background-secondary:#fcfcfc; | |
--background-tertiary:#dddddd; | |
--background-floating:#ececec; | |
--activity-card-background:#ececec; | |
--background-accent:#747f8d; | |
--channeltextarea-background:#fcfcfc; | |
--background-message-hover: #ddd; | |
--background-mentioned: rgba(250, 168, 26, 0.2); | |
} | |
.message-2qnXI6:before { | |
content: ''; | |
width: 1em; | |
height: 1em; | |
transform: rotate(45deg); | |
} | |
.wrapper-2aW0bm { | |
position:relative; | |
background-color: rgba(0,0,0,0); | |
box-shadow: none !important; | |
margin-top: 20px; | |
margin-right: -19px; | |
} | |
.button-1ZiXG9 { | |
background-color: rgba(0,0,0,0)!important; | |
transition: none!important; | |
padding: 0px; | |
} | |
.icon-3Gkjwa { | |
height: 15px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment