Hello, I have been using a site skin for a while and have edited my way through trial and error but it recently stopped behaving the same way. I was wondering how i would be able to make the box that holds all the tags and information about a fic (first image) a separate color than the body of the fic. My version was working the other night and without me touching it, it is now just continuing on with that separate color forever (image 2).
Here is the code that I modified from memorizingthedigitsofpi's medieval skin
} .works-show.region div.wrapper { border: none; box-shadow: none; background: url("https://64.media.tumblr.com/d185c34072552f7956a5f2363aa609b7/fff769c58a686039-27/s1280x1920/4f084db169eb41fd339e1f656250c0b63888266b.png"); background-repeat: repeat; }
if there is anything that could help please let me know : ) tyyy
Hi! It looks like your skin is affected by an AO3 update that has caused issues with some other skins too. Try replacing this line:
.works-show.region div.wrapper { With this:
.works-show.region div.wrapper:has(.meta) {










