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