How do I change the background of a specific page on a wiki? Change the background of just one page and not the entire wiki... Just like this example: https://all-fiction-battles.fandom.com/wiki/Ryuuko_Matoi
I think something like this should work (you can change the color to be what you want)
.page-PageName .page__main { background-color: tomato; }
Is this just to change the color? I would like to insert an image
What do you think?