change bot description background top.gg code example
Example 1: change bot page background top.gg
/* Example of changing the whole bot page background */
body {
background: purple;
}
Example 2: change bot description background top.gg
/* Change bot description background */
.entity-content__description {
background: #7289DA; /* blurple */
}