Update README.md

This commit is contained in:
CapnKitten
2021-06-02 20:30:47 -04:00
committed by GitHub
parent 7aa312408f
commit 15e30ca4d6

View File

@@ -36,6 +36,14 @@ Assets located at: https://github.com/CapnKitten/BetterDiscord/tree/master/Theme
   
## Custom server title bar colors
To change the title bar color for specific servers, place the code below in the theme file or your custom CSS and change the server name and hex color code to your liking.
```css
.container-3w7J-x[aria-label*="SERVER_NAME"]:before {
--title-custom: #3b77c4;
}
```
## Variables ## Variables
- `--input-bg` - The background color for the input and textarea elements - `--input-bg` - The background color for the input and textarea elements