can i replace the background color to a custom image?
Hi! Yes, you can add a background image with this code:
#outer { background-image: url("https://raw.githubusercontent.com/ZerafinaCSS/neos/refs/heads/main/images/blank.png"); background-position: center; background-size: cover; background-attachment: fixed; }
Replace the image url between the quotation marks with your own. Just be aware that you'll have to host the image on a site like tumblr (although AO3 does not recommend using it for images) or squidge images.
Depending on the image and how it should fit into the site, the code might need a little tweaking.









