change bot page background top.gg

59

/* Example of changing the whole bot page background */
body {
   background: purple;
}
/* Change bot description background */
.entity-content__description {
   background: #7289DA; /* blurple */
}

Comments

Submit
0 Comments