![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
If you're using a custom skin of your own on the AO3, you may notice that the new statistics page (find it via your sidebar on your user page) has some grey backgrounds that may not work for you.
This colour is styled via the sandbox stylesheet which loads after your custom styles.
To change the grey you need to do this in your skin:
If you want to dig deeper into styling that page, be aware that there is also some padding styled in the sandbox as well that will need an !important to override it.
This colour is styled via the sandbox stylesheet which loads after your custom styles.
To change the grey you need to do this in your skin:
.statistics .even { background: YOURCOLOR !important; }
If you want to dig deeper into styling that page, be aware that there is also some padding styled in the sandbox as well that will need an !important to override it.